Navigation: Code Documentation > RSFMXCommon > FMX.RS.Graphics > Routines
OffsetPoint(TRSPoint,Single,Single) Method
Offsets the point by X and Y and returns the moved point.
Namespace: FMX.RS.Graphics
Delphi
function OffsetPoint( var Pt: TRSPoint; const X, Y: Single ): TRSPoint; overload;
Parameters
Pt
Type: System.Void
X
Type: Single
Y
Type: TRSPoint
•FMX.RS.Graphics.OffsetRSRect(TRSRect,Single,Single)
•FMX.RS.Graphics.OffsetPoint(TPoint,Integer,Integer)
•FMX.RS.Graphics.OffsetPoint(TPoint,TPoint,TRSGfxFloat)
•FMX.RS.Graphics.OffsetPoint(TRSPoint,TRSPoint,TRSGfxFloat)
•FMX.RS.Graphics