Offsets the point by X and Y and returns the moved point.
Namespace: RSGraphics
Delphi |
function OffsetPoint( var Pt: TPoint; const X, Y: Integer ): TPoint; overload; |
Parameters
Pt
Type: TPoint
X
Type: Integer
Y
Type: Integer
Type: TPoint