| Overload | Description |
|---|---|
| Load(Stream,BaseTransform[]) | Loads the image from a System.IO.Stream. |
| Load(Stream,ContainerFormat,Nullable<ImageRect>,BaseTransform[]) | Loads the image from a System.IO.Stream. |
| Load(IInputStream,BaseTransform[]) | Loads the image from an IInputStream or IRandomAccessStream. |
| Load(IInputStream,ContainerFormat,Nullable<ImageRect>,BaseTransform[]) | Loads the image from an IInputStream or IRandomAccessStream. |