GraphicsPath Constructor (array<Point>^, array<Byte>^, FillMode)
.NET Framework (current version)
Initializes a new instance of the GraphicsPath class with the specified PathPointType and Point arrays and with the specified FillMode enumeration element.
Assembly: System.Drawing (in System.Drawing.dll)
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.
- 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
Available since 1.1
Show: