FreeImage.ConvertFromRawBits Method
From FreeImage.NET
FreeImage.NET Class Library Reference
|
|
FreeImageConvertFromRawBits Method |
| 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.
|