Bitmap Properties

The Bitmap type exposes the following members.

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