FMX.Controls3D.TRenderEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TRenderEvent)(System::TObject* Sender, Fmx::Types3d::TContext3D* Context);

Properties

Type Visibility Source Unit Parent
typedef public FMX.Controls3D.hpp FMX.Controls3D FMX.Controls3D

Description

Procedural type used by all OnRender events.

Sender is the object that issues the event call.

Context is the 3D context that the rendering takes place on.

See Also