Skip to main content
All docs
V25.1
  • DXGraphics.DrawPath(DXPen, DXGraphicsPath) Method

    Draws a DXGraphicsPath object.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public void DrawPath(
        DXPen pen,
        DXGraphicsPath dxPath
    )

    Parameters

    Name Type Description
    pen DXPen

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

    dxPath DXGraphicsPath

    A series of connected lines and curves.

    See Also