BitmapCreateOptions Enum

Definition

Specifies initialization options for a bitmap image.

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum BitmapCreateOptions
Inheritance
BitmapCreateOptions
Attributes

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

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6