Enumerate

GraphicsPathIterator.Enumerate method

复制关联的 GraphicsPath.PathPoints 属性和 GraphicsPath.PathTypes 属性数组 GraphicsPath进入两个指定的数组。

public int Enumerate(ref PointF[] points, ref byte[] types)
范围类型描述
pointsPointF[]&返回时,包含一个 System.Drawing.PointF 结构数组,表示路径中的点。
typesByte[]&返回时,包含表示路径中点类型的字节数组。

返回值

复制的点数。

也可以看看