GraphicsPathIterator.CopyData

GraphicsPathIterator.CopyData method

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

public int CopyData(ref PointF[] points, ref byte[] types, int startIndex, int endIndex)
パラメータタイプ説明
pointsPointF[]&返されると、パス内のポイントを表す System.Drawing.PointF 構造体の配列が含まれます。
typesByte[]&返されると、パス内のポイントのタイプを表すバイト配列が含まれます。
startIndexInt32配列の開始インデックスを指定します。
endIndexInt32配列の終了インデックスを指定します。

戻り値

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

関連項目