PathData.Points プロパティ

定義

パスの生成に使用される点を表す PointF 構造体の配列を取得または設定します。

public:
 property cli::array <System::Drawing::PointF> ^ Points { cli::array <System::Drawing::PointF> ^ get(); void set(cli::array <System::Drawing::PointF> ^ value); };
public System.Drawing.PointF[] Points { get; set; }
public System.Drawing.PointF[]? Points { get; set; }
member this.Points : System.Drawing.PointF[] with get, set
Public Property Points As PointF()

プロパティ値

PointF[]

パスの生成に使用される点を表す PointF オブジェクトの配列。

適用対象