GraphicsPathIterator::SubpathCount Property

 

Gets the number of subpaths in the path.

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

public:
property int SubpathCount {
	int get();
}

Property Value

Type: System::Int32

The number of subpaths in the path.

.NET Framework
Available since 1.1
Return to top
Show: