Bitmap Class |
Namespace: WebSupergoo.WordGlue4.Rendering
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.
|
| Name | Description | |
|---|---|---|
| Clone |
Clones this bitmap
|
|
| Dispose |
Dispooses of this bitmap.
|
|
| FromStream |
Initializes a new instance of the Bitmap class
from a specified stream.
|
|
| LockBits |
Locks the pixels in the bitmap and returns
them as a pointer in memory. This call should be matched by a call
to UnlockBits.
|
|
| UnlockBits |
Unlocks the pixels in the bitmap.
|