API:System.Types.TRectF.SetLocation

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetLocation(const X, Y: Single); overload;
procedure SetLocation(const Point: TPointF); overload;

C++

void SetLocation(float X, float Y) _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 TRectF

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.