System.Types.TPointF.SetLocation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetLocation(const X, Y: Single); overload; deprecated 'Use ":=" assignment instead';
procedure SetLocation(const P: TPointF); overload; deprecated 'Use ":=" assignment instead';
procedure SetLocation(const P: TPoint); overload; deprecated 'Use ":=" assignment instead';

C++

void SetLocation(float nX, float nY) _ALWAYS_INLINE {
void SetLocation(const TPointF& p) _ALWAYS_INLINE {

Eigenschaften

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

Beschreibung

Warnung: SetLocation ist veraltet.

Setzt die Position eines TPointF-Objekts.

Mit SetLocation können Sie die Position eines Punktes an den angegebenen Koordinaten oder an der in TPointF angegebenen Position setzen.

Siehe auch