PathPointCollection.GetEnumerator Method

Returns an enumerator for the entire PathPointCollection.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public virtual IEnumerator<PathPoint> GetEnumerator()

Return Value

An enumerator for the entire PathPointCollection.

Implements

IEnumerable<T>.GetEnumerator()

See Also

Reference