Polyline
Draws A polyline
Maximum points per polyline is: getMaxPoints
Supported transformations: Scale, Rotate, Translate
Constructors
Link copied to clipboard
constructor()
initialize the polyline with points The number of points must be less then getMaxPoints
initialize the polyline with points The number of points must be less then getMaxPoints
Functions
Link copied to clipboard
Returns the maximum supported points per polyline (currently 60)
Link copied to clipboard
The draw method is called to actually draw the ui element visual representation to the CanvasBuffer
Link copied to clipboard
Removes the first point from the polyline
Link copied to clipboard
Removes the last point from the polyline