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(String,BaseTransform[]) | Loads the image from a file. |
Load(String,ContainerFormat,Nullable<ImageRect>,BaseTransform[]) | Loads the image from a file. |