Method LoadFromStream
LoadFromStream(Stream)
Loads image from stream and adds it to the container.
public virtual bool LoadFromStream(Stream stream)
Parameters
streamStreamStream with image data.
Returns
- bool
trueif operation was successful,falseotherwise.