PdfPath Constructor (
PointF
,
Byte
)
|
Initializes a new instance of theclass.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfPath(
PointF[] points,
byte[] pathTypes
)
Public Sub New (
points As PointF(),
pathTypes As Byte()
)
public:
PdfPath(
array<PointF>^ points,
array<unsigned char>^ pathTypes
)
new :
points : PointF[] *
pathTypes : byte[] -> PdfPath
Parameters
-
points
-
Type:
System.Drawing
PointF
The points.
-
pathTypes
-
Type:
System
Byte
The path types.
See Also