Link Search Menu Expand Document

CanvasDrawPath Method (Pen, Brush, Path)

Draws a Bytescout.PDF.Path.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void DrawPath(
	Pen pen,
	Brush brush,
	Path path
)

Parameters

pen
Type: Bytescout.PDFPen
Bytescout.PDF.Pen that determines the color, width, and style of the path.
brush
Type: Bytescout.PDFBrush
Bytescout.PDF.Brush that determines the characteristics of the fill.
path
Type: Bytescout.PDFPath
Bytescout.PDF.Path to draw.
See Also

Reference