GraphicsPath Constructor (array<PointF>^, array<Byte>^, FillMode)

 

Initializes a new instance of the GraphicsPath array with the specified PathPointType and PointF arrays and with the specified FillMode enumeration element.

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

public:
GraphicsPath(
	array<PointF>^ pts,
	array<unsigned char>^ types,
	FillMode fillMode
)

Parameters

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

An array of PointF 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.

fillMode
Type: System.Drawing.Drawing2D::FillMode

A FillMode enumeration that specifies how the interiors of shapes in this GraphicsPath are filled.

.NET Framework
Available since 1.1
Return to top
Show: