ImageFormat.Bmp Property

Definition

Gets the bitmap (BMP) image format.

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

Property Value

An ImageFormat object that indicates the bitmap image format.

Applies to