30 references to EmfType
System.Drawing (1)
System.Drawing.cs (1)
79[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.EmfType))]
System.Drawing.Common (29)
System\Drawing\Imaging\Metafile.cs (28)
83public Metafile(IntPtr referenceHdc, EmfType emfType) : 102this(referenceHdc, frameRect, frameUnit, EmfType.EmfPlusDual) 110public Metafile(IntPtr referenceHdc, RectangleF frameRect, MetafileFrameUnit frameUnit, EmfType type) : 119public Metafile(IntPtr referenceHdc, RectangleF frameRect, MetafileFrameUnit frameUnit, EmfType type, string? description) 143this(referenceHdc, frameRect, frameUnit, EmfType.EmfPlusDual) 151public Metafile(IntPtr referenceHdc, Rectangle frameRect, MetafileFrameUnit frameUnit, EmfType type) : 160this(fileName, referenceHdc, EmfType.EmfPlusDual, null) 167public Metafile(string fileName, IntPtr referenceHdc, EmfType type) : 184this(fileName, referenceHdc, frameRect, frameUnit, EmfType.EmfPlusDual) 191public Metafile(string fileName, IntPtr referenceHdc, RectangleF frameRect, MetafileFrameUnit frameUnit, EmfType type) : 200this(fileName, referenceHdc, frameRect, frameUnit, EmfType.EmfPlusDual, desc) 207public Metafile(string fileName, IntPtr referenceHdc, RectangleF frameRect, MetafileFrameUnit frameUnit, EmfType type, string? description) 246this(fileName, referenceHdc, frameRect, frameUnit, EmfType.EmfPlusDual) 253public Metafile(string fileName, IntPtr referenceHdc, Rectangle frameRect, MetafileFrameUnit frameUnit, EmfType type) : 262this(fileName, referenceHdc, frameRect, frameUnit, EmfType.EmfPlusDual, description) 270this(stream, referenceHdc, EmfType.EmfPlusDual, null) 277public Metafile(Stream stream, IntPtr referenceHdc, EmfType type) : 294this(stream, referenceHdc, frameRect, frameUnit, EmfType.EmfPlusDual) 301public Metafile(Stream stream, IntPtr referenceHdc, RectangleF frameRect, MetafileFrameUnit frameUnit, EmfType type) : 318this(stream, referenceHdc, frameRect, frameUnit, EmfType.EmfPlusDual) 325public Metafile(Stream stream, IntPtr referenceHdc, Rectangle frameRect, MetafileFrameUnit frameUnit, EmfType type) : 355public Metafile(IntPtr referenceHdc, EmfType emfType, string? description) 376public Metafile(IntPtr referenceHdc, Rectangle frameRect, MetafileFrameUnit frameUnit, EmfType type, string? desc) 399public Metafile(string fileName, IntPtr referenceHdc, EmfType type, string? description) 424public Metafile(string fileName, IntPtr referenceHdc, Rectangle frameRect, MetafileFrameUnit frameUnit, EmfType type, string? description) 450public unsafe Metafile(Stream stream, IntPtr referenceHdc, EmfType type, string? description) 474public unsafe Metafile(Stream stream, IntPtr referenceHdc, RectangleF frameRect, MetafileFrameUnit frameUnit, EmfType type, string? description) 499public unsafe Metafile(Stream stream, IntPtr referenceHdc, Rectangle frameRect, MetafileFrameUnit frameUnit, EmfType type, string? description)
System\Drawing\Printing\PreviewPrintController.cs (1)
69Imaging.EmfType.EmfPlusOnly);