GraphicsPath.PathPoints プロパティ

定義

パスのポイントを取得します。

public:
 property cli::array <System::Drawing::PointF> ^ PathPoints { cli::array <System::Drawing::PointF> ^ get(); };
public System.Drawing.PointF[] PathPoints { get; }
member this.PathPoints : System.Drawing.PointF[]
Public ReadOnly Property PathPoints As PointF()

プロパティ値

PointF[]

パスを表す PointF オブジェクトの配列。

適用対象