GraphicsPath.PathPoints
GraphicsPath.PathPoints property
パス内のポイントを取得します。
public PointF[] PathPoints { get; }
戻り値
の配列PointFパスを表すオブジェクト。
関連項目
- struct PointF
- class GraphicsPath
- 名前空間 System.Drawing.Drawing2D
- 組み立て Aspose.Drawing
パス内のポイントを取得します。
public PointF[] PathPoints { get; }
の配列PointFパスを表すオブジェクト。