PathData::Points Property

 

Gets or sets an array of PointF structures that represents the points through which the path is constructed.

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

public:
property array<PointF>^ Points {
	array<PointF>^ get();
	void set(array<PointF>^ value);
}

Property Value

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

An array of PointF objects that represents the points through which the path is constructed.

.NET Framework
Available since 1.1
Return to top
Show: