PathData::Types Property

 

Gets or sets the types of the corresponding points in the path.

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

public:
property array<unsigned char>^ Types {
	array<unsigned char>^ get();
	void set(array<unsigned char>^ value);
}

Property Value

Type: array<System::Byte>^

An array of bytes that specify the types of the corresponding points in the path.

.NET Framework
Available since 1.1
Return to top
Show: