Share via


IXRBitmapImage (Windows Embedded CE 6.0)

1/6/2010

This class represents a bitmap image that is used as a part of an application user interface (UI).

Syntax

class IXRBitmapImage : public IXRImageSource

Methods

Method Description

IXRBitmapImage::GetUriSource

Retrieves the Universal Resource Identifier (URI) of the graphics source file that contains the image that is represented by this IXRBitmapImage object.

IXRBitmapImage::SetBitmapSource

Sets the graphics source file for an IXRBitmapImage object.

IXRBitmapImage::SetUriSource

Sets the Universal Resource Identifier (URI) of the graphics source file that contains the image that will be represented by this IXRBitmapImage object.

Remarks

This class can be used for source files that are in image formats such as JPEG, BMP, PNG, or any other graphics format supported in your OS design.

You can also define a bitmap image in Microsoft Silverlight 2. For information about the differences between XAML in Silverlight for Windows Embedded and Silverlight 2, see Differences Between Silverlight for the Web and Silverlight for Windows Embedded. For more information about how to define this element in the source XAML for your application, see this Microsoft Web site.

Inheritance Hierarchy

IXRDependencyObject

    IXRImageSource

        IXRBitmapImage

.NET Framework Equivalent

System.Windows.Media.Imaging.BitmapImage

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

Classes for Application Management

Other Resources