FMX.Layers3D.TAbstractLayer3D.Resize3D

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Resize3D; override;

C++

virtual void __fastcall Resize3D();

Properties

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

Description

Virtual method to be implemented in subclasses to handle the 3D resize event. For internal use only.

FMX.Layers3D.TAbstractLayer3D.Resize3D inherits from FMX.Controls3D.TControl3D.Resize3D. All content below this line refers to FMX.Controls3D.TControl3D.Resize3D.

Virtual method to be implemented in subclasses to handle the 3D resize event. For internal use only.

See Also