FMX.Forms.TCustomForm.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.Forms.pas
FMX.Forms.hpp
FMX.Forms TCustomForm

Description

Provides access to the drawing area of the form.

Use Canvas to draw directly on the client area of the form.

See Also