Skip to main content
All docs
V23.2

DXGraphics.SetClip(DXGraphicsPath, DXClipCombineMode) Method

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

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public void SetClip(
    DXGraphicsPath path,
    DXClipCombineMode combineMode
)

Parameters

Name Type Description
path DXGraphicsPath

A path to combine.

combineMode DXClipCombineMode

An enumeration that specifies the combining operation to use.

See Also