FMX.Graphics.TPrinterCanvas

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TPrinterCanvas = class(TCanvas)

C++

class PASCALIMPLEMENTATION TPrinterCanvas : public TCanvas

Properties

Type Visibility Source Unit Parent
class public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics FMX.Graphics

Description

Provides an abstract printer drawing space for objects that must render their own images.

TPrinterCanvas has no implementation and no new methods. Everything inherits from TCanvas.

See Also