API:System.Types.TRect.Offset

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Offset(const DX, DY: Integer); overload;
procedure Offset(const Point: TPoint); overload;

C++

void Offset(int DX, int DY) _ALWAYS_INLINE {
void Offset(const TPoint& p) _ALWAYS_INLINE { Offset(p.x, p.y); }

Eigenschaften

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

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.