FMX.Types3D.TTexture.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.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TTexture

説明

現在のテクスチャの WidthHeight を設定します。

AWidth パラメータは、Width の値を示します。

AHeight パラメータは、Height の値を示します。

関連項目