GetWritableBitmapData(Bitmap, Color, Byte) |
Gets an IWritableBitmapData instance, which provides fast write-only access to the actual data of the specified bitmap.
The bitmap can have any PixelFormat.
See the Remarks section of the GetReadWriteBitmapData method for details and examples. |
GetWritableBitmapData(Bitmap, WorkingColorSpace, Color, Byte) |
Gets an IWritableBitmapData instance, which provides fast write-only access to the actual data of the specified bitmap.
The bitmap can have any PixelFormat.
See the Remarks section of the GetReadWriteBitmapData method for details and examples. |