Talk:FMX.Graphics.TBitmap.SetSize

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBitmap

Description

Sets the size of the current TBitmap, defined as Height and Width. The highest allowed values for Height and Width are 8192.

See Also