BitmapExtensionsGetReadWriteBitmapData Method

Overload List

GetReadWriteBitmapData(Bitmap, Color, Byte) Gets an IReadWriteBitmapData instance, which provides fast read-write access to the actual data of the specified bitmap. The bitmap can have any PixelFormat.
See the Remarks section of the GetReadWriteBitmapData(Bitmap, WorkingColorSpace, Color, Byte) overload for details.
GetReadWriteBitmapData(Bitmap, WorkingColorSpace, Color, Byte) Gets an IReadWriteBitmapData instance, which provides fast read-write access to the actual data of the specified bitmap. The bitmap can have any PixelFormat.

See the online help for examples with images.

See Also