Bitmap Properties |
The Bitmap type exposes the following members.
| Name | Description | |
|---|---|---|
| BitmapSource |
Gets this bitmap as a
System.Windows.Media.Imaging BitmapSource.
|
|
| DrawingBitmap |
Gets or sets this bitmap as a System.Drawing
Bitmap.
|
|
| Format |
The pixel format for this Bitmap.
|
|
| Height |
The height of the image in pixels.
|
|
| Modified |
Whether the Bitmap is different from the
Stream. This may happen if, for example, effects or filters are
applied.
|
|
| Stream |
The stream used as the base for the creation
of this Bitmap.
|
|
| Uri |
The URI to the resource used as the base for
the creation of the Bitmap.
|
|
| Width |
The width of the image in pixels.
|