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

ControlPointCollection.Item Property

Gets a control point by the specified index.

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

Syntax

Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As ControlPoint
C#
public ControlPoint this[
	int index
] { get; }

Parameters

index

Type: System.Int32

A zero-based index of the control point to retrieve.

Property Value

A control point stored at the specified index.

See Also

Reference