TcxCustomCanvas.IntersectClipRect(TRect) Method
Shrinks the clip region down to its intersection with a specified rectangle.
Declaration
procedure IntersectClipRect(const ARect: TRect); overload; virtual; abstract;
Parameters
Name | Type |
---|---|
ARect | 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