BitmapImage Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The BitmapImage type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateOptions | Gets or sets the BitmapCreateOptions for a BitmapImage. |
|
DecodePixelHeight | The height of a bitmap image. |
|
DecodePixelType | Gets or sets the type of the pixel. |
|
DecodePixelWidth | The width of a bitmap image. |
|
Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
|
PixelHeight | Gets the height of the bitmap in pixels. (Inherited from BitmapSource.) |
|
PixelWidth | Gets the width of the bitmap in pixels. (Inherited from BitmapSource.) |
|
UriSource | Gets or sets the URI of the graphics source file that generated this BitmapImage. |
Show: