Click or drag to resize

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
)

Parameters

points
Type: System.Drawing PointF
The points.
pathTypes
Type: System Byte
The path types.
See Also