Inflates the rectangle width and height by DX and DY. The rectangle is not moved and the center point stays the same.
Namespace: RSGraphics
Delphi |
procedure RSInflateRect( var R: TRect; const DX, DY: Integer ); overload; |
Parameters
R
Type: TRect
Rectangle to inflate
DX
Type: Integer
Amount to change the rectangle width
DY
Type: Integer
Amount to change the rectangle height