Vcl.Graphics.TMetafileImage

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Graphics.TSharedImageSystem.TObjectTMetafileImage

Delphi

TMetafileImage = class(TSharedImage)

C++

class PASCALIMPLEMENTATION TMetafileImage : public TSharedImage

Properties

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

Description

TMetafileImage is the internal representation of the metafile image for a TMetafile object.

TMetafileImage is used for internal implementation only. It represents the internal image of the metafile encapsulated by the TMetafile object. All of the data and methods introduced in TMetafileImage are private. They contain information about the specific metafile image, including pointers to the standard HENHMETAFILE (enhanced metafile handle) and HPALETTE (handle to palette) structures defined by Windows.

See Also