Load Method (GcWicBitmap)
In This Topic
Loads the image from a System.IO.Stream. JPEG, PNG, GIF, BMP, TIFF, ICO, JPEG XR formats are supported.
Overload List
Overload | Description |
Load(Stream,BaseTransform[]) | Loads the image from a System.IO.Stream. JPEG, PNG, GIF, BMP, TIFF, ICO, JPEG XR formats are supported. |
Load(Stream,WicContainerFormat,Int32,Nullable<Rectangle>,BaseTransform[]) | Loads the image from a System.IO.Stream. JPEG, PNG, GIF, BMP, TIFF, ICO, JPEG XR formats are supported. |
Load(String,BaseTransform[]) | Loads the image from a file. JPEG, PNG, GIF, BMP, TIFF, ICO, JPEG XR formats are supported. |
Load(String,WicContainerFormat,Int32,Nullable<Rectangle>,BaseTransform[]) | Loads the image from a file. JPEG, PNG, GIF, BMP, TIFF, ICO, JPEG XR formats are supported. |
See Also