Returns true if small rect is entirely contained within bigrect
Namespace: HelperFunctions
Delphi |
function ContainsRect( const SmallRect, BigRect: TRect ): Boolean; |
Parameters
SmallRect
Type: TRect
BigRect
Type: TRect
Type: Boolean
Reference |