TcxCanvas.RectFullyVisible(TRect) Method
Identifies if the specified rectangle fits into the clip region.
Declaration
function RectFullyVisible(const R: TRect): Boolean;
Parameters
Name | Type |
---|---|
R | TRect |
Returns
Type |
---|
Boolean |
Remarks
The function returns False if the rectangle passed as the R parameter lies outside the clip region or intersects it. Otherwise, the RectFullyVisible function returns True.
See Also