Skip to main content
All docs
V25.1
  • DXRegion.Intersect(DXGraphicsPath) Method

    Assigns the clip region to the intersection of the current region and the specified DXGraphicsPath instance.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public void Intersect(
        DXGraphicsPath path
    )

    Parameters

    Name Type Description
    path DXGraphicsPath

    An object that intersects the current region.

    See Also