RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMetafileImage Class

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

Pascal
TMetafileImage = class(TSharedImage);
C++
class TMetafileImage : public TSharedImage;

Graphics

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!