CustomPathGetEnumerator Method |
Gets an enumerator that iterates through the path.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.12.16
Syntax public 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
IEnumerableTGetEnumeratorSee Also