Windows.UI.Xaml.Media.Imaging namespace

1 out of 2 rated this helpful - Rate this topic

Provides types related to imaging and obtaining resources for bitmap images.

Members

The Windows.UI.Xaml.Media.Imaging namespace has these types of members:

Classes

The Windows.UI.Xaml.Media.Imaging namespace has these classes.

ClassDescription
BitmapImage Provides the practical object source type for the Image.Source and ImageBrush.ImageSource properties. You can define a BitmapImage by using a Uniform Resource Identifier (URI) that references an image source file, or by calling SetSourceAsync and supplying a stream.
BitmapSource Provides a source object for properties that use a bitmap.
DownloadProgressEventArgs Provides event data for the DownloadProgress event.
SurfaceImageSource Provides Microsoft DirectX shared surfaces to draw into and then composes the bits into app content.
VirtualSurfaceImageSource Extends SurfaceImageSource to support scenarios when the content is potentially larger than what can fit on screen and the content must be virtualized to render optimally.
WriteableBitmap Provides a BitmapSource that can be written to and updated.

 

Delegates

The Windows.UI.Xaml.Media.Imaging namespace has these delegates.

DelegateDescription
DownloadProgressEventHandler Represents the method that will handle the DownloadProgress event.

 

Enumerations

The Windows.UI.Xaml.Media.Imaging namespace has these enumerations.

EnumerationDescription
BitmapCreateOptions Specifies initialization options for a bitmap image.

 

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.