0 out of 1 rated this helpful - Rate this topic

BitmapCreateOptions enumeration

Specifies initialization options for a bitmap image.

Syntax


public enum BitmapCreateOptions

Attributes

FlagsAttribute()
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The BitmapCreateOptions enumeration has these members.

MemberValueDescription
None0

No options are specified.

IgnoreImageCache8

Loads images without using an existing image cache. This option should be selected only when images in a cache need to be refreshed.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Media.Imaging
Windows::UI::Xaml::Media::Imaging [C++]

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.