Click or drag to resize

CustomPathGetEnumerator Method

Gets an enumerator that iterates through the path.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public IEnumerator<PathElement> GetEnumerator()

Return Value

IEnumeratorPathElement
An enumerator that can be used to iterate through the PathElement collection.

Implements

IEnumerableTGetEnumerator
See Also