言語

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 オブジェクトの配列。

適用対象