System.Types.TPointF.Offset
Delphi
procedure Offset(const APoint: TPointF); overload; inline;
procedure Offset(const ADeltaX, ADeltaY: Single); overload; inline;
procedure Offset(const APoint: TPoint); overload; inline;
C++
void Offset(float DX, float DY) _ALWAYS_INLINE {
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.Types.pas SystemTypes.h |
System.Types | TPointF |
Description
Increments the values of X
and Y
.
Offset changes the location of the point by incrementing its X
and Y
values.