FMX.Controls.IScene.Canvas
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 | IScene |
Description
Provides the drawing surface of the scene.
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.
Implement GetCanvas to get the value of the Canvas property.