Overload List
| Name | Description | |
|---|---|---|
| Image()()()() |
Initialize a new instance of the image class.
| |
| Image(Bitmap) |
Initialize a new instance of the image class from a GDI+ bitmap.
| |
| Image(Stream) |
Initialize a new instance of the image class from a stream of binary data.
| |
| Image(String) |
Initialize a new instance of the image class from an image file.
| |
| Image(Bitmap, Boolean) |
Initialize a new instance of the image class from a GDI+ bitmap.
| |
| Image(Bitmap, Int32) |
Initialize a new instance of the image class from a GDI+ bitmap and select the frame index.
| |
| Image(String, Int32) |
Initialize a new instance of the image class from an image file and select the frame index.
| |
| Image(Bitmap, Int32, Boolean) |
Initialize a new instance of the image class from a GDI+ bitmap and select the frame index.
| |
| Image(Stream, Int32, Boolean) |
Initialize a new instance of the image class from a stream of binary data.
|