GraphicsPath.PathData Propriété

Définition

Obtient un PathData qui encapsule les tableaux de points (points) et de types (types) de ce GraphicsPath.

public:
 property System::Drawing::Drawing2D::PathData ^ PathData { System::Drawing::Drawing2D::PathData ^ get(); };
public System.Drawing.Drawing2D.PathData PathData { get; }
member this.PathData : System.Drawing.Drawing2D.PathData
Public ReadOnly Property PathData As PathData

Valeur de propriété

PathData qui encapsule les tableaux de points et de types de ce GraphicsPath.

S’applique à