FMX.Graphics.TBitmap.SetSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSize(const AWidth, AHeight: Integer);

C++

void __fastcall SetSize(const int AWidth, const int AHeight);

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.

See Also