FMX.Types3D.TContext3D.SetSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSize(const AWidth, AHeight: Integer);

C++

void __fastcall SetSize(const int AWidth, const int 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