System.Types.TRect.SubtractRect

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool SubtractRect(const TRect &R1, const TRect &R2) _ALWAYS_INLINE {

Properties

Type Visibility Source Unit Parent
function public SystemTypes.h System.Types TRect

Description

Changes the dimensions of a rectangle (R1) by subtracting another rectangle (R2) from it.