FMX.Types3D.TContext3D.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Integer read FWidth;

C++

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

Properties

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

Description

Represents the width of this 3D context.

Width is a read-only property that specifies the width of this 3D context.

Width is set by CreateFromWindow or CreateFromTexture, and can be modified using SetSize.

See Also