EmfType

EmfType serializable

System.Drawing.Imaging (system.drawing.dll) enum

This enumeration is used to specify whether an enhanced metafile should support the pre-GDI+ EMF format only ( EmfOnly ), both pre-GDI+ and new GDI+ renderers ( EmfPlusDual ), or GDI+ renderers only ( EmfPlusOnly ). This issue comes about because GDI+ extends the EMF format with some new record types of its own.

It is used in several of the Metafile constructors.

 public enum  EmfType  {  EmfOnly = 3  ,  EmfPlusOnly = 4  ,  EmfPlusDual = 5  } 

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) EmfType

Passed To

Metafile.Metafile()



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net