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