Skip to main content
All docs
V25.1
  • GraphicsCache.DrawPath(Pen, IDxGraphicsPath) Method

    Draws a GraphicsPath.

    Namespace: DevExpress.Utils.Drawing

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    public void DrawPath(
        Pen pen,
        IDxGraphicsPath path
    )

    Parameters

    Name Type Description
    pen Pen

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

    path DevExpress.Utils.Drawing.IDxGraphicsPath

    An object that wraps a GraphicsPath object to draw.

    See Also