BitmapExtensionsGetReadableBitmapData Method

Overload List

GetReadableBitmapData(Bitmap, Color, Byte) Gets an IReadableBitmapData instance, which provides fast read-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.
GetReadableBitmapData(Bitmap, WorkingColorSpace, Color, Byte) Gets an IReadableBitmapData instance, which provides fast read-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.

See Also