13 references to ImageFormat
System.Drawing (13)
commonui\System\Drawing\Advanced\ImageFormat.cs (12)
25
private static ImageFormat memoryBMP = new
ImageFormat
(new Guid("{b96b3caa-0728-11d3-9d7b-0000f81ef32e}"));
26
private static ImageFormat bmp = new
ImageFormat
(new Guid("{b96b3cab-0728-11d3-9d7b-0000f81ef32e}"));
27
private static ImageFormat emf = new
ImageFormat
(new Guid("{b96b3cac-0728-11d3-9d7b-0000f81ef32e}"));
28
private static ImageFormat wmf = new
ImageFormat
(new Guid("{b96b3cad-0728-11d3-9d7b-0000f81ef32e}"));
29
private static ImageFormat jpeg = new
ImageFormat
(new Guid("{b96b3cae-0728-11d3-9d7b-0000f81ef32e}"));
30
private static ImageFormat png = new
ImageFormat
(new Guid("{b96b3caf-0728-11d3-9d7b-0000f81ef32e}"));
31
private static ImageFormat gif = new
ImageFormat
(new Guid("{b96b3cb0-0728-11d3-9d7b-0000f81ef32e}"));
32
private static ImageFormat tiff = new
ImageFormat
(new Guid("{b96b3cb1-0728-11d3-9d7b-0000f81ef32e}"));
33
private static ImageFormat exif = new
ImageFormat
(new Guid("{b96b3cb2-0728-11d3-9d7b-0000f81ef32e}"));
34
private static ImageFormat photoCD = new
ImageFormat
(new Guid("{b96b3cb3-0728-11d3-9d7b-0000f81ef32e}"));
35
private static ImageFormat flashPIX = new
ImageFormat
(new Guid("{b96b3cb4-0728-11d3-9d7b-0000f81ef32e}"));
36
private static ImageFormat icon = new
ImageFormat
(new Guid("{b96b3cb5-0728-11d3-9d7b-0000f81ef32e}"));
commonui\System\Drawing\Image.cs (1)
937
return new
ImageFormat
(guid);