FMX.Types3D.TContext3D.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Integer read FHeight;

C++

__property int Height = {read=FHeight, nodefault};

Properties

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

Description

Represents the height of this 3D context.

Height is a read-only property that specifies the height of this 3D context.

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

See Also