14 references to ImageFormat
System.Drawing.Common (14)
System\Drawing\Image.cs (1)
510
return new
ImageFormat
(guid);
System\Drawing\ImageFormatConverter.cs (1)
43
return new
ImageFormat
(guid);
System\Drawing\Imaging\ImageFormat.cs (12)
17
private static readonly ImageFormat s_memoryBMP =
new
(PInvokeCore.ImageFormatMemoryBMP);
18
private static readonly ImageFormat s_bmp =
new
(PInvokeCore.ImageFormatBMP);
19
private static readonly ImageFormat s_emf =
new
(PInvokeCore.ImageFormatEMF);
20
private static readonly ImageFormat s_wmf =
new
(PInvokeCore.ImageFormatWMF);
21
private static readonly ImageFormat s_jpeg =
new
(PInvokeCore.ImageFormatJPEG);
22
private static readonly ImageFormat s_png =
new
(PInvokeCore.ImageFormatPNG);
23
private static readonly ImageFormat s_gif =
new
(PInvokeCore.ImageFormatGIF);
24
private static readonly ImageFormat s_tiff =
new
(PInvokeCore.ImageFormatTIFF);
25
private static readonly ImageFormat s_exif =
new
(PInvokeCore.ImageFormatEXIF);
26
private static readonly ImageFormat s_icon =
new
(PInvokeCore.ImageFormatIcon);
27
private static readonly ImageFormat s_heif =
new
(PInvokeCore.ImageFormatHEIF);
28
private static readonly ImageFormat s_webp =
new
(PInvokeCore.ImageFormatWEBP);