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

Description

Sets the Width and Height of the current texture.

The AWidth parameter specifies the value for Width.

The AHeight parameter specifies the value for Height.

See Also