FMX.Layers3D.TCustomLayer3D.AddUpdateRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddUpdateRect(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).

See Also