CanvasDrawPath Method (Pen, Path)ByteScout PDF SDK
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,
	Path path
)

Parameters

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

Reference