BitmapImageType Enum
NuGet: GHIElectronics.TinyCLR.Drawing
Assembly: GHIElectronics.TinyCLR.Drawing
Namespace: System.Drawing
Identifies the encoded format of bitmap data.
public enum BitmapImageType : byte
Fields
| Name | Value | Description |
|---|---|---|
TinyCLRBitmap | 0 | The native TinyCLR bitmap format. |
Gif | 1 | The GIF image format. |
Jpeg | 2 | The JPEG image format. |
Bmp | 3 | The Windows .bmp format. |