FMX.Types3D.TContext3D.DoBeginScene

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoBeginScene: Boolean; virtual;

C++

virtual bool __fastcall DoBeginScene();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContext3D

Description

Makes the initialization required to begin drawing on the TContext3D object.

The protected DoBeginScene method is called internally from BeginScene. You should not call DoBeginScene explicitly.

Override the protected DoBeginScene method to provide another initialization.

See Also