System.Types.TPoint.SetLocation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetLocation(const X, Y : Integer); overload;
procedure SetLocation(const P : TPoint); overload;

C++

void SetLocation(int nX, int nY) _ALWAYS_INLINE {
void SetLocation(const TPoint& p) _ALWAYS_INLINE {

Eigenschaften

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

Beschreibung

Legt die Position eines TPoint-Objekts fest.

Mit SetLocation legen Sie die Position eines Punktes an den angegebenen Koordinaten oder an der in TPoint angegebenen Position fest.

Siehe auch