Click or drag to resize

PdfCanvas DrawPath Method (PdfBrush, PdfPath)

Draws a path.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void DrawPath(
	PdfBrush brush,
	PdfPath path
)

Parameters

brush
Type: Spire.Pdf.Graphics PdfBrush
The brush.
path
Type: Spire.Pdf.Graphics PdfPath
The path.
See Also