Link Search Menu Expand Document

CanvasDrawPath Method (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(
	Brush brush,
	Path path
)

Parameters

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