TcxGdiBasedCanvas.ExcludeClipRect(TRect) Method
Shrinks the clip region down to the difference between it and a specified rectangle.
Declaration
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