Share via


PathData.Points Propriedade

Definição

Obtém ou define uma matriz de estruturas PointF que representa os pontos pelos quais o caminho é construído.

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 da propriedade

PointF[]

Uma matriz de PointF objetos que representa os pontos por meio dos quais o caminho é construído.

Aplica-se a