Returns 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.

Use PointCount to determine the number of points in the Polyline.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEPoint Points(
	int index
)
Public Function Points ( _
	index As Integer _
) As IEPoint
public:
IEPoint Points(
	int index
)

Parameters

index
Int32
Index (from 0) of the point

Return Value

Return point coordinates

See Also