Click or drag to resize

CustomGeometryGetEnumerator Method

Returns an enumerator that iterates through a paths.

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

Return Value

IEnumeratorCustomPath
An IEnumerator<CustomPath> object that can be used to iterate through the paths.

Implements

IEnumerableTGetEnumerator
See Also