FMX.Types3D.TContextHelper.FillCube

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

Delphi

procedure FillCube(const Center, Size: TPoint3D; const Opacity: Single; const Color: TAlphaColor);

プロパティ

種類 可視性 ソース ユニット
procedure public FMX.Types3D.pas FMX.Types3D TContextHelper

説明

現在の 3D コンテキスト上で、中心とサイズで定義されている立方体を、指定された色で塗りつぶします。

Center は、塗りつぶす立方体の中心を示します。

Size は、塗りつぶす立方体のサイズを示します。

Opacity は、塗りつぶす立方体の透明度のレベルを示します。

Color は、立方体を塗りつぶす色を示します。

立方体のアウトラインのみを描画するには、DrawCube メソッドを呼び出します。

関連項目