FMX.Layers3D.TCustomLayer3D.FUpdateRects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FUpdateRects: array of TRectF;

C++

_TCustomLayer3D__1 FUpdateRects;

Properties

Type Visibility Source Unit Parent
field protected
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TCustomLayer3D

Description

Field that is internally used for rectangle invalidation purposes by the AddUpdateRect method.

See Also