Skip to main content
All docs
V25.1
  • DXGraphics.SetClip(RectangleF, DXClipCombineMode) Method

    Performs the specified combining operation with the current clip region and a rectangle and sets the clipping region to the operation result.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public void SetClip(
        RectangleF rect,
        DXClipCombineMode combineMode
    )

    Parameters

    Name Type Description
    rect RectangleF

    A rectangle to combine.

    combineMode DXClipCombineMode

    An enumeration that specifies the combining operation to use.

    See Also