ImageFormat

ImageFormat 枚举

表示图像的文件格式。

public enum ImageFormat

名称描述
MemoryBmp0表示内存中位图的格式。
Bmp1表示位图(BMP)图像格式。
Emf2表示增强型图元文件(EMF)图像格式。
Wmf3表示Windows图元文件(WMF)图像格式。
Gif4表示图形交换格式(GIF)图像格式。
Jpeg5表示联合图像专家组(JPEG)图像格式。
Png6表示W3C可移植网络图形(PNG)图像格式。
Tiff7表示标记图像文件格式(TIFF)图像格式。
Exif8表示可交换图像文件(Exif)格式。
Icon9表示Windows图标图像格式。

另请参见