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 (height and width) of the bitmap.