FMX.Graphics.TCanvas.DoEndScene

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoEndScene; virtual;

C++

virtual void __fastcall DoEndScene(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TCanvas

Description

Makes the required cleaning after drawing on the TCanvas object.

The protected DoEndScene method is called internally from EndScene. You should not call DoEndScene explicitly.

DoEndScene updates the bitmap's handle for the current TCanvas object. Override the protected DoEndScene method to provide other operations.

See Also