ImageFormat.Bmp 属性

定义

获取位图 (BMP) 图像格式。

public:
 static property System::Drawing::Imaging::ImageFormat ^ Bmp { System::Drawing::Imaging::ImageFormat ^ get(); };
public static System.Drawing.Imaging.ImageFormat Bmp { get; }
static member Bmp : System.Drawing.Imaging.ImageFormat
Public Shared ReadOnly Property Bmp As ImageFormat

属性值

指示位图图像格式的 ImageFormat 对象。

适用于