FMX.Types3D.IContextObject.Context

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Context: TContext3D read GetContext;

C++

__property TContext3D* Context = {read=GetContext};

Properties

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

Description

Represents the TContext3D of this object.

The context can be used to draw low-level 3D graphics.

See Also