FMX.Types3D.TContext3D.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Single read FWidth;

C++

__property float Width = {read=FWidth};

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