Loads the image from a stream. JPEG, PNG, WEBP, GIF, BMP, TIFF, ICO, JPEG 2000 formats are supported.
オーバーロード一覧
| オーバーロード | 解説 |
| 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. |
参照