FreeImage.AllocateExT Method

FreeImage.NET

FreeImageAllocateExT Method
Overload List
  Name Description
Public method Static member AllocateExTT(FREE_IMAGE_TYPE, Int32, Int32, Int32, NullableT, FREE_IMAGE_COLOR_OPTIONS, RGBQUAD)
Allocates a new image of the specified type, width, height and bit depth and optionally fills it with the specified color. See remarks for further details.
Public method Static member AllocateExTT(FREE_IMAGE_TYPE, Int32, Int32, Int32, NullableT, FREE_IMAGE_COLOR_OPTIONS, RGBQUAD, UInt32, UInt32, UInt32)
Allocates a new image of the specified type, width, height and bit depth and optionally fills it with the specified color. See remarks for further details.
Top
See Also