XRBitmapCreateOptions (Compact 2013)

3/28/2014

This enumeration describes the initialization options for a bitmap image.

Syntax

enum XRBitmapCreateOptions
{
    XRBitmapCreateOptions_None=0x00,
    XRBitmapCreateOptions_DelayCreation=0x02,
    XRBitmapCreateOptions_IgnoreImageCache=0x08,
};

Members

  • XRBitmapCreateOptions_None
    Default. An IXRBitmapImage object that is contained in the image cache is downloaded only once.
  • XRBitmapCreateOptions_DelayCreation
    Delays the initialization of an IXRBitmapImage object until it is necessary. This delay is useful when managing collections of images.
  • XRBitmapCreateOptions_IgnoreImageCache
    Loads images without using an existing image cache. This option should be selected only when images in a cache need to be refreshed.

    When **XRBitmapCreateOptions_IgnoreImageCache****is selected, any existing entries in the image cache are replaced, even if they share the same URI.

.NET Framework Equivalent

System.Windows.Media.Imaging.BitmapCreateOptions

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

XAML for Windows Embedded Enumerations