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