Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGdiBasedCanvas.ExcludeClipRect(TRect) Method

Shrinks the clip region down to the difference between it and a specified rectangle.

#Declaration

Delphi
procedure ExcludeClipRect(const R: TRect);

#Parameters

Name Type
R TRect

#Remarks

Call this procedure and pass a rectangle as the R parameter to shrink the clip region defined for the device context of the GDI-based canvas. The ExcludeClipRect procedure excludes an intersection of the clip region and the specified rectangle from the clip region.

See Also