Inflates the rectangle width and height by DX and DY. The rectangle is not moved and the center point stays the same.
Namespace: FMX.RS.Graphics
Delphi |
procedure RSInflateRect( var R: TRSRect; const DX, DY: Single ); overload; |
Parameters
R
Type: System.Void
Rectangle to inflate
DX
Type: Single
Amount to change the rectangle width
DY
Type: Single
Amount to change the rectangle height