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;
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024