GraphicsPathIterator
System.Drawing.Drawing2D.GraphicsPathIterator
public class GraphicsPathIterator : MarshalByRefObject, IDisposablePublic Class GraphicsPathIterator
Inherits MarshalByRefObject
Implements IDisposableConstructors
GraphicsPathIterator(path)
Name
Type
Description
Properties
Count
SubpathCount
Methods
CopyData(points, types, startIndex, endIndex)
Parameter
Type
Description
Dispose()
Enumerate(points, types)
Parameter
Type
Description
Finalize()
HasCurve()
NextMarker(path)
Parameter
Type
Description
NextMarker(startIndex, endIndex)
Parameter
Type
Description
NextPathType(pathType, startIndex, endIndex)
Parameter
Type
Description
NextSubpath(path, isClosed)
Parameter
Type
Description
NextSubpath(startIndex, endIndex, isClosed)
Parameter
Type
Description
Rewind()
Last updated
Was this helpful?