Enum IGDIPlus.TGPEmfType
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabBasicPkg
Unit: IGDIPlus
Contents |
Syntax
Delphi:
type TGPEmfType = (EmfTypeEmfOnly, Ord, MetafileTypeEmf, EmfTypeEmfPlusOnly, Ord, MetafileTypeEmfPlusOnly, EmfTypeEmfPlusDual, Ord, MetafileTypeEmfPlusDual);
C++ Builder:
enum TGPEmfType {EmfTypeEmfOnly, Ord, MetafileTypeEmf, EmfTypeEmfPlusOnly, Ord, MetafileTypeEmfPlusOnly, EmfTypeEmfPlusDual, Ord, MetafileTypeEmfPlusDual};
Visual C++ (MFC):
enum CTGPEmfType {EmfTypeEmfOnly, Ord, MetafileTypeEmf, EmfTypeEmfPlusOnly, Ord, MetafileTypeEmfPlusOnly, EmfTypeEmfPlusDual, Ord, MetafileTypeEmfPlusDual};
Summary
Specifies the nature of the records that are placed in an Enhanced Metafile (EMF) file.
Description
The TGPEmfType enumeration specifies the nature of the records that are placed in an Enhanced Metafile (EMF) file. This enumeration is used by several constructors in the Metafile class.
Values
EmfTypeEmfOnly | Specifies that all of the records in the metafile are EMF records, which can be displayed by GDI or GDI+. |
Ord | |
MetafileTypeEmf | |
EmfTypeEmfPlusOnly | Specifies that all of the records in the metafile are EMF+ records, which can be displayed by GDI+ but not by GDI. |
Ord | |
MetafileTypeEmfPlusOnly | |
EmfTypeEmfPlusDual | Specifies that all EMF+ records in the metafile are associated with an alternate EMF record. Metafiles of type EmfTypeEmfPlusDual can be displayed by GDI or by GDI+. |
Ord | |
MetafileTypeEmfPlusDual |