GraphicsPath::PathData Property

 

Gets a PathData that encapsulates arrays of points (points) and types (types) for this GraphicsPath.

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

public:
property PathData^ PathData {
	PathData^ get();
}

Property Value

Type: System.Drawing.Drawing2D::PathData^

A PathData that encapsulates arrays for both the points and types for this GraphicsPath.

.NET Framework
Available since 1.1
Return to top
Show: