GraphicsPath.PathPoints Property

Definition

Gets the points in the path.

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

Property Value

PointF[]

An array of PointF objects that represent the path.

Applies to