FreeImageBitmap Constructor

FreeImage.NET

FreeImageBitmap Constructor
Overload List
  Name Description
Protected method FreeImageBitmap
Initializes a new instance of the FreeImageBitmap class.
Public method FreeImageBitmap(Bitmap)
Initializes a new instance of the FreeImageBitmap class bases on the specified image.
Public method FreeImageBitmap(Image)
Initializes a new instance of the FreeImageBitmap class bases on the specified image.
Public method FreeImageBitmap(Stream)
Initializes a new instance of the FreeImageBitmap class bases on the specified stream.
Public method FreeImageBitmap(String)
Initializes a new instance of the FreeImageBitmap class bases on the specified file.
Protected method FreeImageBitmap(FIBITMAP)
Initializes a new instance of the FreeImageBitmap class. For internal use only.
Public method FreeImageBitmap(FreeImageBitmap)
Initializes a new instance of the FreeImageBitmap class bases on the specified image.
Public method FreeImageBitmap(Bitmap, Size)
Initializes a new instance of the FreeImageBitmap class bases on the specified image with the specified size.
Public method FreeImageBitmap(Image, Size)
Initializes a new instance of the FreeImageBitmap class bases on the specified image with the specified size.
Public method FreeImageBitmap(Int32, Int32)
Initializes a new instance of the FreeImageBitmap class bases on the specified size.
Public method FreeImageBitmap(Stream, FREE_IMAGE_FORMAT)
Initializes a new instance of the FreeImageBitmap class bases on the specified stream in the specified format.
Public method FreeImageBitmap(Stream, FREE_IMAGE_LOAD_FLAGS)
Initializes a new instance of the FreeImageBitmap class bases on the specified stream with the specified loading flags.
Public method FreeImageBitmap(Stream, Boolean)
Initializes a new instance of the FreeImageBitmap class bases on the specified stream.
Public method FreeImageBitmap(SerializationInfo, StreamingContext)
Initializes a new instance of the FreeImageBitmap class.
Public method FreeImageBitmap(String, FREE_IMAGE_FORMAT)
Initializes a new instance of the FreeImageBitmap class bases on the specified file in the specified format.
Public method FreeImageBitmap(String, FREE_IMAGE_LOAD_FLAGS)
Initializes a new instance of the FreeImageBitmap class bases on the specified file with the specified loading flags.
Public method FreeImageBitmap(String, Boolean)
Initializes a new instance of the FreeImageBitmap class bases on the specified file.
Public method FreeImageBitmap(Type, String)
Initializes a new instance of the FreeImageBitmap class bases on the specified resource.
Public method FreeImageBitmap(FreeImageBitmap, Size)
Initializes a new instance of the FreeImageBitmap class bases on the specified image with the specified size.
Public method FreeImageBitmap(Bitmap, Int32, Int32)
Initializes a new instance of the FreeImageBitmap class bases on the specified image with the specified size.
Public method FreeImageBitmap(Image, Int32, Int32)
Initializes a new instance of the FreeImageBitmap class bases on the specified image with the specified size.
Public method 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.
Public method 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.
Public method FreeImageBitmap(Int32, Int32, PixelFormat)
Initializes a new instance of the FreeImageBitmap class bases on the specified size and format.
Public method 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.
Public method 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.
Public method FreeImageBitmap(FreeImageBitmap, Int32, Int32)
Initializes a new instance of the FreeImageBitmap class bases on the specified image with the specified size.
Public method FreeImageBitmap(Int32, Int32, Int32, PixelFormat, Byte)
Initializes a new instance of the FreeImageBitmap class bases on the specified size, pixel format and pixel data.
Public method FreeImageBitmap(Int32, Int32, Int32, PixelFormat, IntPtr)
Initializes a new instance of the FreeImageBitmap class bases on the specified size, pixel format and pixel data.
Public method 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.
Public method 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.
Top
See Also