FMX.Controls3D.TControl3D.SetSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSize(const AWidth, AHeight, ADepth: single);

C++

void __fastcall SetSize(const float AWidth, const float AHeight, const float ADepth);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Sets the three dimensions of this 3D control at once.

The SetSize method sets the Width, Height, and Depth of this 3D control at once, with the values passed as the AWidth, AHeight, and ADepth parameters.

See Also