GraphicsPath.PathPoints Propiedad

Definición

Obtiene los puntos del trazado.

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 de propiedad

PointF[]

Una matriz de objetos PointF que representan el trazado.

Se aplica a