This documentation is for the old version. Go to the latest Graphics Mill docs

PolylineVObject.GetPoint Method

Returns a point with the specified index.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public Function GetPoint ( _
	index As Integer _
) As PointF
C#
public PointF GetPoint(
	int index
)

Parameters

index

Type: System.Int32

The index of the point.

Return Value

The PointF that matches the specified index.

See Also

Reference