Overload List

NameDescription
SetPoints(array<IEPoint>[]()[][], Boolean)

Set the points of the polyline.

Each point of the polyline is represented by an x and y value in the range 0 to 1000. Where (0, 0) is the top-left pixel of the layer and (1000, 1000) is the bottom-right.

SetPoints(IEShape, Boolean)

Set the points of the polyline.

Each point of the polyline is represented by an x and y value in the range 0 to 1000. Where (0, 0) is the top-left pixel of the layer and (1000, 1000) is the bottom-right.

The point array will be filled with a IEShape. Not all shapes are supported.

See Also