System.Types.TPointF.Offset

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 {

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.Types.pas
SystemTypes.h
System.Types TPointF

Beschreibung

Inkrementiert die Werte von X und Y.

Offset ändert die Position des Punktes durch Inkrementieren seiner X- und Y-Werte.

Siehe auch