CustomPathGetEnumerator Method |
Gets an enumerator that iterates through the path.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.5.6
Syntaxpublic IEnumerator<PathElement> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of PathElement)
Return Value
IEnumeratorPathElementAn enumerator that can be used to iterate through the
PathElement collection.
Implements
IEnumerableTGetEnumerator
See Also