PathData::Types Property
.NET Framework (current version)
Gets or sets the types of the corresponding points in the path.
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
Available since 1.1
Show: