Share via


GraphicsPath.PathPoints Proprietà

Definizione

Ottiene i punti del percorso.

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

Valore della proprietà

PointF[]

Matrice di oggetti PointF che rappresentano il percorso.

Si applica a