CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
emf_type.h
1
2#ifndef _emf_type_h_
3#define _emf_type_h_
4
5#include "drawing/imaging/metafile_type.h"
6
7namespace System { namespace Drawing { namespace Imaging {
9 enum class EmfType {
16 };
17}}}
18
19#endif
@ EmfPlusOnly
EMF+ without dual, down-level records.
@ EmfPlusDual
EMF+ with dual, down-level records.
EmfType
Specifies the types of the records that are placed in an EMF file.
Definition: emf_type.h:9
@ EmfOnly
Windows enhanced metafile. Contains GDI commands. Metafiles of this type are refered to as an EMF fil...
@ EmfPlusOnly
Windows enhanced metafile plus. Contains GDI+ commands. Metafiles of this type are refered to as an E...
@ EmfPlusDual
Dual Windows enhanced metafile. Contains equivalent GDI and GDI+ commands. Metafiles of this type are...
Definition: db_command.h:9