FMX.Controls.IScene.GetCanvas

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCanvas: TCanvas;

C++

virtual Fmx::Graphics::TCanvas* __fastcall GetCanvas() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls IScene

Description

Getter function for the Canvas property.

Implement GetCanvas to get the Canvas of the current scene.

See Also