WriteableBitmap Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The WriteableBitmap type exposes the following members.
| Name | Description | |
|---|---|---|
|
Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
|
PixelHeight | Gets the height of the bitmap in pixels. (Inherited from BitmapSource.) |
|
Pixels | Gets an array representing the 2-D texture of the bitmap. |
|
PixelWidth | Gets the width of the bitmap in pixels. (Inherited from BitmapSource.) |
Show: