FMX.Types3D.TContext3D.SetSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSize(const AWidth, AHeight: Single);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContext3D

Description

Sets the Width and Height properties of the 3D context, at once.

See Also