Method LoadFromStream
LoadFromStream(Stream)
Loads image from stream and adds it to the container.
public virtual bool LoadFromStream(Stream stream)
Parameters
stream
StreamStream with image data.
Returns
- bool
true
if operation was successful,false
otherwise.