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

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