Sdílet prostřednictvím


PathData.Points Vlastnost

Definice

Získá nebo nastaví pole PointF struktur, které představují body, přes které je vytvořena cesta.

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()

Hodnota vlastnosti

PointF[]

Pole PointF objektů, které představují body, přes které je cesta vytvořena.

Platí pro