Share via


GraphicsPath.PathPoints Propriedade

Definição

Obtém os pontos no caminho.

public:
 property cli::array <System::Drawing::PointF> ^ PathPoints { cli::array <System::Drawing::PointF> ^ get(); };
public System.Drawing.PointF[] PathPoints { get; }
member this.PathPoints : System.Drawing.PointF[]
Public ReadOnly Property PathPoints As PointF()

Valor da propriedade

PointF[]

Uma matriz de objetos PointF que representam o caminho.

Aplica-se a