Home
|
GR32
|
|
procedure InflateRect(var R: TRect; Dx, Dy: Integer); overload;
procedure InflateRect(var FR: TFloatRect; Dx, Dy: Single); overload;
Increases (or decreases if Dx, Dy negative) the width and height of the specified rectangle:
R.Left := R.Left - Dx;
R.Right := R.Right + Dx;
R.Top := R.Top - Dy;
R.Bottom := R.Bottom + Dy;
OffsetRect, Rectangle Types, Rectangle Types
Copyright ©2000-2012 Alex Denisov and the Graphics32 Team - Graphics32 v1.9.1 - Build on 28-August-2012