Overload List

  NameDescription
Public methodImage()()()()
Initialize a new instance of the image class.
Public methodImage(Bitmap)
Initialize a new instance of the image class from a GDI+ bitmap.
Public methodImage(Stream)
Initialize a new instance of the image class from a stream of binary data.
Public methodImage(String)
Initialize a new instance of the image class from an image file.
Public methodImage(Bitmap, Boolean)
Initialize a new instance of the image class from a GDI+ bitmap.
Public methodImage(Bitmap, Int32)
Initialize a new instance of the image class from a GDI+ bitmap and select the frame index.
Public methodImage(String, Int32)
Initialize a new instance of the image class from an image file and select the frame index.
Public methodImage(Bitmap, Int32, Boolean)
Initialize a new instance of the image class from a GDI+ bitmap and select the frame index.
Public methodImage(Stream, Int32, Boolean)
Initialize a new instance of the image class from a stream of binary data.

See Also