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