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

ControlPointCollection.GetEnumerator Method

Returns an enumerator for the control points allowing the collection to be used in foreach blocks.

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

Syntax

Visual Basic
Public Function GetEnumerator As IEnumerator
C#
public IEnumerator GetEnumerator()

Return Value

An enumerator that implements the IEnumerator interface.

See Also

Reference