Skip to main content
All docs
V25.1
  • DXGraphicsPath.AddPath(DXGraphicsPath, Boolean) Method

    Appends a sequence of lines and curves to this path.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public void AddPath(
        DXGraphicsPath path,
        bool connect
    )

    Parameters

    Name Type Description
    path DXGraphicsPath

    A path to add.

    connect Boolean

    true if the first figure in the added path is a part of the last figure in this path; false if the first figure in the added path is separate from the last figure in this path.

    See Also