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