FMX.Controls3D.TRenderEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TRenderEvent = procedure(Sender: TObject; Context: TContext3D) of object;

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.Controls3D.pas
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