GraphicsPathIterator.Enumerate

GraphicsPathIterator.Enumerate method

関連するGraphicsPath指定された2つの配列に.

public int Enumerate(ref PointF[] points, ref byte[] types)
パラメータタイプ説明
pointsPointF[]&返されると、パス内のポイントを表す System.Drawing.PointF 構造体の配列が含まれます。
typesByte[]&返されると、パス内のポイントのタイプを表すバイト配列が含まれます。

戻り値

コピーされたポイントの数。

関連項目