System.Windows.Media.Imaging Namespace
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Provides types related to Windows Phone imaging.
| Class | Description | |
|---|---|---|
![]() | BitmapImage | Provides the practical object source type for the Image::Source and ImageBrush::ImageSource properties. |
![]() | BitmapSource | Provides a source object for properties that use a bitmap. |
![]() | DownloadProgressEventArgs | Provides event data for the DownloadProgress event. |
![]() | Extensions | Either encode a WriteableBitmap object into a JPEG stream, or decode a JPEG stream into a WriteableBitmap object. |
![]() | WriteableBitmap | Provides a BitmapSource that can be written to and updated. |
| Enumeration | Description | |
|---|---|---|
![]() | BitmapCreateOptions | Specifies initialization options for a bitmap image. |
![]() | DecodePixelType | Specifies the type of a pixel. |
Show:

