Skip to main content

GraphicsCache.DrawPath(Pen, GraphicsPath) Method

Draws a GraphicsPath.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void DrawPath(
    Pen pen,
    GraphicsPath path
)

Parameters

Name Type Description
pen Pen

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

path GraphicsPath

GraphicsPath to draw.

See Also