FMX.Graphics.TBitmap.SetSize

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetSize(const AWidth, AHeight: Integer);

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBitmap

説明

現在の TBitmap のサイズを設定します。これは、HeightWidth で定義されます。

関連項目