Share via


BitmapCreateOptions Enum

Definition

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

Requirements Description
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.

Applies to