Enum Bitmap.BitmapImageType
- Namespace
- nanoFramework.UI
- Assembly
- nanoFramework.Graphics.dll
Note that these values have to match the c_Type* consts in CLR_GFX_BitmapDescription
public enum Bitmap.BitmapImageType : byte
Fields
Bmp = 3
A bitmap in Windows BMP format.
Gif = 1
A bitmap in GIF format.
Jpeg = 2
A bitmap in JPEG format.
NanoCLRBitmap = 0
A bitmap in a format specific to the nano Framework common language runtine (CLR).