PathPointCollection.GetEnumerator2 Method

Returns an enumerator for the entire PathPointCollection.

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

Syntax

C#
public virtual IEnumerator GetEnumerator2()

Return Value

An IEnumerator for the entire PathPointCollection.

Implements

IEnumerable.GetEnumerator()

See Also

Reference