BitmapCreateOptions
BitmapCreateOptions
BitmapCreateOptions
BitmapCreateOptions
Enum
Definition
Specifies initialization options for a bitmap image.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class BitmapCreateOptionspublic enum BitmapCreateOptionsPublic Enum BitmapCreateOptions// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| IgnoreImageCache IgnoreImageCache IgnoreImageCache IgnoreImageCache | Loads images without using an existing image cache. This option should be selected only when images in a cache need to be refreshed. |
| None None None None | No options are specified. |