Bitmap |
The BitmapBuffer type exposes the following members.
Name | Description | |
---|---|---|
BitmapBuffer | Create a new instance of BitmapBuffer |
Name | Description | |
---|---|---|
BitmapLock | Locking object used to syncronise access to the underlying buffer | |
Buffer | Get the byte[] array that represents the Bitmap | |
DirtyRect | Dirty Rect - unified region containing th | |
Height | Height | |
NumberOfBytes | Number of bytes | |
Width | Width |
Name | Description | |
---|---|---|
CreateBitmap | Creates a new Bitmap given with the current Width/Height and Format then copies the buffer that represents the bitmap. Locks BitmapLock before creating the Bitmap | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
UpdateBuffer | Copy data from the unmanaged buffer (IntPtr) into our managed buffer. Locks BitmapLock before performing any update |