FreeImage.NET Class Library Reference
FreeImageConvertFromRawBits Method |
Overload List
Name | Description | |
---|---|---|
ConvertFromRawBits(Byte, Int32, Int32, Int32, UInt32, UInt32, UInt32, UInt32, Boolean) |
Converts a raw bitmap to a FreeImage bitmap.
|
|
ConvertFromRawBits(IntPtr, Int32, Int32, Int32, UInt32, UInt32, UInt32, UInt32, Boolean) |
Converts a raw bitmap to a FreeImage bitmap.
|
|
ConvertFromRawBits(Byte, FREE_IMAGE_TYPE, Int32, Int32, Int32, UInt32, UInt32, UInt32, UInt32, Boolean) |
Converts a raw bitmap to a FreeImage bitmap.
|
|
ConvertFromRawBits(IntPtr, FREE_IMAGE_TYPE, Int32, Int32, Int32, UInt32, UInt32, UInt32, UInt32, Boolean) |
Converts a raw bitmap to a FreeImage bitmap.
|
See Also