In This Topic
Loads the image from a stream. JPEG, PNG, WEBP, GIF, BMP, TIFF, ICO, JPEG 2000 formats are supported.
Overload List
Overload | Description |
Load(Stream,Int32,Nullable<Rectangle>) | Loads the image from a stream. JPEG, PNG, WEBP, GIF, BMP, TIFF, ICO, JPEG 2000 formats are supported. |
Load(String,Int32,Nullable<Rectangle>) | Loads the image from a file. JPEG, PNG, WEBP, GIF, BMP, TIFF, ICO, JPEG 2000 formats are supported. |
Load(Byte[],Int32,Nullable<Rectangle>) | Loads the image from a byte array. JPEG, PNG, WEBP, GIF, BMP, TIFF, ICO, JPEG 2000 formats are supported. |
See Also