Bitmap Methods

The Bitmap type exposes the following members.

Methods
  Name Description
Public method Clone
Clones this bitmap
Public method Dispose
Dispooses of this bitmap.
Public methodStatic member FromStream
Initializes a new instance of the Bitmap class from a specified stream.
Public method 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.
Public method UnlockBits
Unlocks the pixels in the bitmap.
Top
See Also