Click or drag to resize

PdfPath AddPath Method ( PointF , Byte )

Appends the path specified by the points and their types to this one.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void AddPath(
	PointF[] pathPoints,
	byte[] pathTypes
)

Parameters

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