GraphicsPathIterator.CopyData
GraphicsPathIterator.CopyData method
関連するGraphicsPath
指定された2つの配列に.
public int CopyData(ref PointF[] points, ref byte[] types, int startIndex, int endIndex)
パラメータ | タイプ | 説明 |
---|---|---|
points | PointF[]& | 返されると、パス内のポイントを表す System.Drawing.PointF 構造体の配列が含まれます。 |
types | Byte[]& | 返されると、パス内のポイントのタイプを表すバイト配列が含まれます。 |
startIndex | Int32 | 配列の開始インデックスを指定します。 |
endIndex | Int32 | 配列の終了インデックスを指定します。 |
戻り値
コピーされたポイントの数。
関連項目
- struct PointF
- class GraphicsPathIterator
- 名前空間 System.Drawing.Drawing2D
- 組み立て Aspose.Drawing