BitmapData Methods |
The BitmapData type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose() |
Releases all resource used by the BitmapData object.
|
![]() | Dispose(Boolean) |
Disposes the brush
|
![]() | GetPixel(Point) |
Gets the color of the pixel at the specified position |
![]() | GetPixel(Int32, Int32) |
Gets the color of the pixel at the specified coordinates.
|
![]() | GetPixels |
Gets an enumerable of pixels for each scan line from top to bottom.
|
![]() | SetPixel(Point, Color) |
Sets the pixel color at the specified position.
|
![]() | SetPixel(Int32, Int32, Color) |
Sets the pixel color at the specified coordinates.
|
![]() | SetPixels |
Use this to set the pixels of the bitmap from an array or other source.
|
![]() | TranslateArgbToData |
Translates a 32-bit ARGB value to the platform specific pixel format value
|
![]() | TranslateDataToArgb |
Translates the platform specific pixel format to a 32-bit ARGB value
|