Enum IGDIPlus.TGPMetafileType

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
David Alm (Talk | contribs)
(Automated Syncronization with Documentation)
Newer edit →

Revision as of 00:15, 22 November 2011

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 TGPMetafileType = (MetafileTypeInvalid, MetafileTypeWmf, MetafileTypeWmfPlaceable, MetafileTypeEmf, MetafileTypeEmfPlusOnly, MetafileTypeEmfPlusDual);

C++ Builder:

enum TGPMetafileType {MetafileTypeInvalid, MetafileTypeWmf, MetafileTypeWmfPlaceable, MetafileTypeEmf, MetafileTypeEmfPlusOnly, MetafileTypeEmfPlusDual};

Visual C++ (MFC):

enum CTGPMetafileType {MetafileTypeInvalid, MetafileTypeWmf, MetafileTypeWmfPlaceable, MetafileTypeEmf, MetafileTypeEmfPlusOnly, MetafileTypeEmfPlusDual};

Summary

Specifies types of metafiles.

Description

Defines enumeration that specifies types of metafiles. The TGPMetafileHeader.GetType method returns an element of this enumeration.

Values

MetafileTypeInvalid Specifies a metafile format that is not recognized in Microsoft Windows GDI+.
MetafileTypeWmf Specifies a Windows Metafile Format (WMF) file. Such a file contains only Windows Graphics Device Interface (GDI) records.
MetafileTypeWmfPlaceable Specifies a WMF file that has a placeable metafile header in front of it.
MetafileTypeEmf Specifies an Enhanced Metafile (EMF) file. Such a file contains only GDI records.
MetafileTypeEmfPlusOnly Specifies an EMF+ file. Such a file contains only GDI+ records and must be displayed by using GDI+. Displaying the records using GDI may cause unpredictable results.
MetafileTypeEmfPlusDual Specifies an EMF+ Dual file. Such a file contains GDI+ records along with alternative GDI records and can be displayed by using either GDI or GDI+. Displaying the records using GDI may cause some quality degradation.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox