CustomGeometryGetEnumerator Method |
Returns an enumerator that iterates through a paths.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.4.25
Syntaxpublic IEnumerator<CustomPath> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of CustomPath)
Return Value
IEnumeratorCustomPathAn
IEnumerator<CustomPath> object that can be used to iterate through the paths.
Implements
IEnumerableTGetEnumerator
See Also