Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfGraphics.DrawPath(Pen, GraphicsPath) Method

Draws a path on a page.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Drawing.dll

Declaration

public void DrawPath(
    Pen pen,
    GraphicsPath path
)

Parameters

Name Type Description
pen Pen

A Pen object that determines the color, width, and style of the path.

path GraphicsPath

A GraphicsPath object to draw.

Remarks

The current transformation in the graphic context is applied to the GraphicsPath before it is drawn.

See Also