System.Types.TPointF.Offset
From RAD Studio API Documentation
Delphi
procedure Offset(const DX, DY: Single); overload; procedure Offset(const Point: TPointF); overload; procedure Offset(const Point: TPoint); overload;
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.