GraphicsPath Constructor (array<Point>^, array<Byte>^)

 

Initializes a new instance of the GraphicsPath class with the specified PathPointType and Point arrays.

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

public:
GraphicsPath(
	array<Point>^ pts,
	array<unsigned char>^ types
)

Parameters

pts
Type: array<System.Drawing::Point>^

An array of Point structures that defines the coordinates of the points that make up this GraphicsPath.

types
Type: array<System::Byte>^

An array of PathPointType enumeration elements that specifies the type of each corresponding point in the pts array.

.NET Framework
Available since 1.1
Return to top
Show: