RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPicture.Metafile Property

Specifies the contents of the picture object as an Enhanced Windows metafile graphic (.EMF file format).

Pascal
property Metafile: TMetafile;
C++
__property TMetafile Metafile;

If Metafile is referenced when the TPicture contains a Bitmap or Icon graphic, the graphic won't be converted. Instead, the original contents of the TPicture are discarded and Metafile returns a new, blank metafile.

Note: When assigning the Metafile property, TPicture assigns the properties of a another TMetafile object. It does not take ownership of the specified value.
 

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