Offsets or moves the rectangle by DX and DY. Returns true if the rectangle can be moved.
Namespace: FMX.RS.Graphics
Delphi |
function OffsetRSRect(var R: TRSRect; DX, DY: Single): Boolean; overload; |
Parameters
R
Type: System.Void
Rectangle to move
DX
Type: Single
Change in x-axis
DY
Type: Single
Change in y-axis
Type: Boolean