API:System.Types.TRect.Inflate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Inflate(const DX, DY: Integer); overload;
procedure Inflate(const DL, DT, DR, DB: Integer); overload;

C++

void Inflate(int DX, int DY) _ALWAYS_INLINE {
void Inflate(int l, int t, int r, int b) _ALWAYS_INLINE {

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.