GraphicsPathIterator
GraphicsPathIterator class
public sealed class GraphicsPathIterator : IDisposable
构造函数
姓名 | 描述 |
---|---|
GraphicsPathIterator(GraphicsPath) |
特性
姓名 | 描述 |
---|---|
Count { get; } | |
SubpathCount { get; } |
方法
姓名 | 描述 |
---|---|
CopyData(ref PointF[], ref byte[], int, int) | |
Dispose() | |
Enumerate(ref PointF[], ref byte[]) | |
HasCurve() | |
NextMarker(GraphicsPath) | |
NextMarker(out int, out int) | |
NextPathType(out byte, out int, out int) | |
NextSubpath(GraphicsPath, out bool) | |
NextSubpath(out int, out int, out bool) | |
Rewind() |