Vcl.Graphics.TMetafileCanvas

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Graphics.TCanvasVcl.Graphics.TCustomCanvasSystem.Classes.TPersistentSystem.TObjectTMetafileCanvas

Delphi

TMetafileCanvas = class(TCanvas)

C++

class PASCALIMPLEMENTATION TMetafileCanvas : public TCanvas

Properties

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

Description

TMetafileCanvas allows applications to create metafile images from scratch.

Use TMetafileCanvas as a surface on which to draw a metafile image. When the canvas is destroyed, it transfers the image into the metafile object provided to the canvas constructor. After the image is drawn on the canvas and the canvas is destroyed, the image is 'playable' in the metafile object.

See Also