Returns a RSGdiPlusGraphicsTypes.TRSGPPathPoint enumerator.
GetEnumerator returns a TPathPointEnumerator reference, which enumerates the path points contained within the path.
To process all these path points, call the TPathPointEnumerator GetCurrent method within a While MoveNext do loop.
Namespace: RSGdiPlusGraphics
Delphi |
public |
Return Value
Type: TPathPointEnumerator
To iterate over all the path points in the path:
|
Reference•RSGdiPlusGraphics.TRSGPPath.TPathPointEnumerator •RSGdiPlusGraphicsTypes.TRSGPPathPoint •GetKinds •GetValues |