ImageFileType Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Image file type list
C#
public enum ImageFileType
type ImageFileType =
Public Enum ImageFileType
- Inheritance
-
ImageFileType
Name | Value | Description |
---|---|---|
Undefined | 0 | Undefined |
Png | 1 | Png file |
Bmp | 2 | Windows Bitmap |
Jpg | 3 | Jpeg file |
Produkt | Versioner |
---|---|
.NET IoT Libraries | 2.2.0 |