Skip to main content
All docs
V23.2

DXGraphics.SetClip(DXRegion, DXClipCombineMode) Method

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

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public void SetClip(
    DXRegion region,
    DXClipCombineMode combineMode
)

Parameters

Name Type Description
region DXRegion

A region to combine.

combineMode DXClipCombineMode

An enumeration that specifies the combining operation to use.

See Also