FMX.Layers3D.TCustomBufferLayer3D.LayerResized

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LayerResized; override;

C++

virtual void __fastcall LayerResized();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TCustomBufferLayer3D

Description

Executes each time a 3D layer is resized.

FMX.Layers3D.TCustomBufferLayer3D.LayerResized inherits from FMX.Layers3D.TAbstractLayer3D.LayerResized. All content below this line refers to FMX.Layers3D.TAbstractLayer3D.LayerResized.

Executes each time a 3D layer is resized.

LayerResized also internally calls Realign.

See Also