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

TcxCustomCanvas.IntersectClipRect(TRect) Method

Shrinks the clip region down to its intersection with a specified rectangle.

#Declaration

Delphi
procedure IntersectClipRect(const R: TRect); overload; virtual; abstract;

#Parameters

Name Type
R TRect

#Remarks

Call this procedure and pass a rectangle as the R parameter to shrink the clip region of the canvas. The IntersectClipRect procedure defines a new clip region formed by an intersection of the current clip region and the specified rectangle.

See Also