FMX.Types3D.TContext3D.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 TContext3D

説明

3D コンテキストの Width プロパティと Height プロパティを同時に設定します。


関連項目