FMX.Layers3D.TCustomLayer3D.AddUpdateRect
Delphi
procedure AddUpdateRect(const R: TRectF);
C++
void __fastcall AddUpdateRect(const System::Types::TRectF &R);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.Layers3D.pas FMX.Layers3D.hpp |
FMX.Layers3D | TCustomLayer3D |
Description
Adds a rectangle to the update region of this 3D layer's scene.
R
specifies the rectangle to be invalidated (updated).