FMX.Canvas.D2D.TCustomCanvasD2D

Delphi
TCustomCanvasD2D = class(TCanvas)
C++
class PASCALIMPLEMENTATION TCustomCanvasD2D : public Fmx::Graphics::TCanvas
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Canvas.D2D.pas FMX.Canvas.D2D.hpp |
FMX.Canvas.D2D | FMX.Canvas.D2D |
Description
Provides an abstract drawing space for objects that must render their own images.
FMX.Canvas.D2D.TCustomCanvasD2D inherits from FMX.Graphics.TCanvas. All content below this line refers to FMX.Graphics.TCanvas.
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.