Enumerate
GraphicsPathIterator.Enumerate method
复制关联的 GraphicsPath.PathPoints 属性和 GraphicsPath.PathTypes 属性数组 GraphicsPath
进入两个指定的数组。
public int Enumerate(ref PointF[] points, ref byte[] types)
范围 | 类型 | 描述 |
---|---|---|
points | PointF[]& | 返回时,包含一个 System.Drawing.PointF 结构数组,表示路径中的点。 |
types | Byte[]& | 返回时,包含表示路径中点类型的字节数组。 |
返回值
复制的点数。
也可以看看
- struct PointF
- class GraphicsPathIterator
- 命名空间 System.Drawing.Drawing2D
- 部件 Aspose.Drawing