PdfCanvas
DrawPath Method (PdfPen, 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(
PdfPen pen,
PdfBrush brush,
PdfPath path
)
Public Sub DrawPath (
pen As PdfPen,
brush As PdfBrush,
path As PdfPath
)
public:
void DrawPath(
PdfPen^ pen,
PdfBrush^ brush,
PdfPath^ path
)
member DrawPath :
pen : PdfPen *
brush : PdfBrush *
path : PdfPath -> unit
Parameters
-
pen
-
Type:
Spire.Pdf.Graphics
PdfPen
The pen.
-
brush
-
Type:
Spire.Pdf.Graphics
PdfBrush
The brush.
-
path
-
Type:
Spire.Pdf.Graphics
PdfPath
The path.
See Also