GraphicsPath::PathPoints Property

 

Gets the points in the path.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property array<PointF>^ PathPoints {
	array<PointF>^ get();
}

Property Value

Type: array<System.Drawing::PointF>^

An array of PointF objects that represent the path.

.NET Framework
Available since 1.1
Return to top
Show: