FMX.Graphics.TBitmap.SetSize

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetSize(const ASize: TSize); overload;
procedure SetSize(const AWidth, AHeight: Integer); overload;

C++

void __fastcall SetSize(const System::Types::TSize &ASize)/* overload */;
void __fastcall SetSize(const int AWidth, const int AHeight)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBitmap


Beschreibung

Setzt die Größe (Höhe und Breite) des Bitmaps.