BitmapCreateOptions Enum
Definition
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.
Specifies initialization options for a bitmap image.
This enumeration supports a bitwise combination of its member values.
public enum class BitmapCreateOptions
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class BitmapCreateOptions
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum BitmapCreateOptions
Public Enum BitmapCreateOptions
- Inheritance
-
BitmapCreateOptions
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
None | 0 | No options are specified. |
IgnoreImageCache | 8 | Loads images without using an existing image cache. This option should be selected only when images in a cache need to be refreshed. |
Remarks
This enumeration is used by the BitmapImage.CreateOptions property. For more info, see CreateOptions.