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

ControlPointCollection.Count Property

Gets the number of elements contained in the collection.

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

Syntax

Visual Basic
Public ReadOnly Property Count As Integer
C#
public int Count { get; }

Property Value

The number of elements in the collection.

Implements

ICollection.Count

See Also

Reference