FMX.Layers3D.TCustomLayer3D.Invalidate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Invalidate;

C++

void __fastcall Invalidate();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TCustomLayer3D

Description

Internally calls AddUpdateRect in order to update a region of this layer.

When calling the AddUpdateRect method, Invalidate supplies the 3D layer's rectangle area, in order to repaint the entire 3D layer.

See Also