WriteableBitmap Properties
.NET Framework 4.5
The WriteableBitmap type exposes the following members.
| Name | Description | |
|---|---|---|
|
BackBuffer | Gets a pointer to the back buffer. |
|
BackBufferStride | Gets a value indicating the number of bytes in a single row of pixel data. |
|
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) |
|
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) |
|
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) |
|
DpiX | Gets the horizontal dots per inch (dpi) of the image. (Inherited from BitmapSource.) |
|
DpiY | Gets the vertical dots per inch (dpi) of the image. (Inherited from BitmapSource.) |
|
Format | Gets the native PixelFormat of the bitmap data. (Inherited from BitmapSource.) |
|
HasAnimatedProperties | Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object's dependency properties. (Inherited from Animatable.) |
|
Height | Gets the height of the source bitmap in device-independent units (1/96th inch per unit). (Inherited from BitmapSource.) |
|
IsDownloading | Gets a value that indicates whether the BitmapSource content is currently downloading. (Inherited from BitmapSource.) |
|
IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.) |
|
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) |
|
Metadata | Gets the metadata that is associated with this bitmap image. (Inherited from BitmapSource.) |
|
Palette | Gets the color palette of the bitmap, if one is specified. (Inherited from BitmapSource.) |
|
PixelHeight | Gets the height of the bitmap in pixels. (Inherited from BitmapSource.) |
|
PixelWidth | Gets the width of the bitmap in pixels. (Inherited from BitmapSource.) |
|
Width | Gets the width of the bitmap in device-independent units (1/96th inch per unit). (Inherited from BitmapSource.) |