PathData.Points Propiedad

Definición

Obtiene o establece una matriz de estructuras PointF que representa los puntos por los que se forma el trazado.

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

Valor de propiedad

PointF[]

Una matriz de objetos PointF que representa los puntos por los que se forma el trazado.

Se aplica a