Polyline
Functions
Polyline |
|
Polyline |
|
~Polyline |
|
void | Set |
Polyline const & | operator= |
void | GetRGBColor |
void | GetRGBColor |
void | SetRGBColor |
void | SetRGBColor |
void | GetLinePattern |
void | SetLinePattern |
unsigned int | GetPointCount |
void | GetPoints |
void | GetPoints |
void | SetPoints |
void | SetPoints |
Detailed Description
-
class
Polyline
This class represents a polyline used for Frames and leader lines.
Public Functions
-
Polyline
()
-
~Polyline
()
-
void
GetRGBColor
(RGBColor &out_color) const Gets the color for this Polyline. Returned to the user.
-
void
GetRGBColor
(float &out_r, float &out_g, float &out_b) const Gets the color for this Polyline. Returned to the user.
-
void
SetRGBColor
(RGBColor const &in_color) Sets the color for this Polyline. This will replace an existing color.
-
void
SetRGBColor
(float const in_r, float const in_g, float const in_b) Sets the color for this Polyline. This will replace an existing color.
-
void
GetLinePattern
(char out_pattern[1024]) const Gets the line pattern for this Polyline. Returned to the user.
-
void
SetLinePattern
(char const in_pattern[1024]) Sets the line pattern for this Polyline. This will replace an existing line pattern.
-
unsigned int
GetPointCount
() const Returns: the number of points in this polyline
-
void
GetPoints
(unsigned int &out_count, Point out_points[]) const Gets the points for this Polyline.
Parameters:
-
void
GetPoints
(unsigned int &out_count, float out_points[]) const Gets the points for this Polyline.
Parameters:
-