Bitmap Methods |
The Bitmap type exposes the following members.
| 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.
|