FMX.Types3D.TTexture.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Integer read FWidth write SetWidth;

C++

__property int Width = {read=FWidth, write=SetWidth, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TTexture

Description

Specifies the width of this texture.

Use SetSize to set both of the texture sizes, rather than setting each size separately.

See Also