FMX.Types.TCanvas
From RAD Studio API Documentation
Delphi
TCanvas = class abstract(TInterfacedPersistent)
C++
class PASCALIMPLEMENTATION TCanvas : public System::Classes::TInterfacedPersistent
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Provides an abstract drawing space for objects that must render their own images.
TCanvas provides properties, events, and methods that assist in creating an image by:
- Specifying the type of brush, stroke, and font to use.
- Drawing and filling a variety of shapes and lines.
- Writing text.
- Rendering graphic images.
- Enabling a response to changes in the current image.