Skip to main content
All docs
V23.2

DXGraphics.SetClip Method

Name Parameters Description
SetClip(DXGraphicsPath, DXClipCombineMode) path, combineMode Performs the specified combining operation with the current clip region and a DXGraphicsPath object and sets the clipping rerion to the operation result.
SetClip(DXGraphicsPath) path Sets the clipping region of to the specified DXGraphicsPath object.
SetClip(DXRegion, DXClipCombineMode) region, combineMode Performs the specified combining operation with the current clip region and another region and sets the clipping region to the operation result.
SetClip(DXRegion) region Sets the clipping region to the specified region.
SetClip(RectangleF, DXClipCombineMode) rect, combineMode Performs the specified combining operation with the current clip region and a rectangle and sets the clipping region to the operation result.
SetClip(RectangleF) rect Sets the clipping region to the specified rectangle.