FMX.Types3D.TContext3D.CenterOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CenterOffset: TPosition read FCenterOffset;

C++

__property Fmx::Types::TPosition* CenterOffset = {read=FCenterOffset};

Properties

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

Description

Represents the distance to the center of this 3D context.

See Also