FreeImage.NET Class Library Reference
FreeImageBitmap Constructor |
Overload List
Name | Description | |
---|---|---|
FreeImageBitmap |
Initializes a new instance of the FreeImageBitmap class.
|
|
FreeImageBitmap(Bitmap) |
Initializes a new instance of the FreeImageBitmap class
bases on the specified image.
|
|
FreeImageBitmap(Image) |
Initializes a new instance of the FreeImageBitmap class
bases on the specified image.
|
|
FreeImageBitmap(Stream) |
Initializes a new instance of the FreeImageBitmap class
bases on the specified stream.
|
|
FreeImageBitmap(String) |
Initializes a new instance of the FreeImageBitmap class bases on the specified file.
|
|
FreeImageBitmap(FIBITMAP) |
Initializes a new instance of the FreeImageBitmap class.
For internal use only.
|
|
FreeImageBitmap(FreeImageBitmap) |
Initializes a new instance of the FreeImageBitmap class
bases on the specified image.
|
|
FreeImageBitmap(Bitmap, Size) |
Initializes a new instance of the FreeImageBitmap class
bases on the specified image with the specified size.
|
|
FreeImageBitmap(Image, Size) |
Initializes a new instance of the FreeImageBitmap class
bases on the specified image with the specified size.
|
|
FreeImageBitmap(Int32, Int32) |
Initializes a new instance of the FreeImageBitmap class
bases on the specified size.
|
|
FreeImageBitmap(Stream, FREE_IMAGE_FORMAT) |
Initializes a new instance of the FreeImageBitmap class
bases on the specified stream in the specified format.
|
|
FreeImageBitmap(Stream, FREE_IMAGE_LOAD_FLAGS) |
Initializes a new instance of the FreeImageBitmap class
bases on the specified stream with the specified loading flags.
|
|
FreeImageBitmap(Stream, Boolean) |
Initializes a new instance of the FreeImageBitmap class
bases on the specified stream.
|
|
FreeImageBitmap(SerializationInfo, StreamingContext) |
Initializes a new instance of the FreeImageBitmap class.
|
|
FreeImageBitmap(String, FREE_IMAGE_FORMAT) |
Initializes a new instance of the FreeImageBitmap class bases on the specified file
in the specified format.
|
|
FreeImageBitmap(String, FREE_IMAGE_LOAD_FLAGS) |
Initializes a new instance of the FreeImageBitmap class bases on the specified file
with the specified loading flags.
|
|
FreeImageBitmap(String, Boolean) |
Initializes a new instance of the FreeImageBitmap class bases on the specified file.
|
|
FreeImageBitmap(Type, String) |
Initializes a new instance of the FreeImageBitmap class bases on the specified resource.
|
|
FreeImageBitmap(FreeImageBitmap, Size) |
Initializes a new instance of the FreeImageBitmap class
bases on the specified image with the specified size.
|
|
FreeImageBitmap(Bitmap, Int32, Int32) |
Initializes a new instance of the FreeImageBitmap class
bases on the specified image with the specified size.
|
|
FreeImageBitmap(Image, Int32, Int32) |
Initializes a new instance of the FreeImageBitmap class
bases on the specified image with the specified size.
|
|
FreeImageBitmap(Int32, Int32, FREE_IMAGE_TYPE) |
Initializes a new instance of the FreeImageBitmap class bases on the specified size and type.
Only non standard bitmaps are supported.
|
|
FreeImageBitmap(Int32, Int32, Graphics) |
Initializes a new instance of the FreeImageBitmap class bases on the specified size
and with the resolution of the specified Graphics object.
|
|
FreeImageBitmap(Int32, Int32, PixelFormat) |
Initializes a new instance of the FreeImageBitmap class bases on the specified size and format.
|
|
FreeImageBitmap(Stream, FREE_IMAGE_FORMAT, FREE_IMAGE_LOAD_FLAGS) |
Initializes a new instance of the FreeImageBitmap class
bases on the specified stream in the specified format
with the specified loading flags.
|
|
FreeImageBitmap(String, FREE_IMAGE_FORMAT, FREE_IMAGE_LOAD_FLAGS) |
Initializes a new instance of the FreeImageBitmap class bases on the specified file
in the specified format with the specified loading flags.
|
|
FreeImageBitmap(FreeImageBitmap, Int32, Int32) |
Initializes a new instance of the FreeImageBitmap class
bases on the specified image with the specified size.
|
|
FreeImageBitmap(Int32, Int32, Int32, PixelFormat, Byte) |
Initializes a new instance of the FreeImageBitmap class bases on the specified size,
pixel format and pixel data.
|
|
FreeImageBitmap(Int32, Int32, Int32, PixelFormat, IntPtr) |
Initializes a new instance of the FreeImageBitmap class bases on the specified size,
pixel format and pixel data.
|
|
FreeImageBitmap(Int32, Int32, Int32, Int32, FREE_IMAGE_TYPE, Byte) |
Initializes a new instance of the FreeImageBitmap class bases on the specified size,
pixel format and pixel data.
|
|
FreeImageBitmap(Int32, Int32, Int32, Int32, FREE_IMAGE_TYPE, IntPtr) |
Initializes a new instance of the FreeImageBitmap class bases on the specified size,
pixel format and pixel data.
|
See Also