FMX.Controls.TControl.Canvas

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Canvas: TCanvas read GetCanvas;

C++

__property Fmx::Graphics::TCanvas* Canvas = {read=GetCanvas};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Provides the drawing surface of the control.

Canvas defines an area within which you can explicitly position child elements by using coordinates that are relative to the drawing area.

For more details, see TCanvas.

See Also