Method Add
Add(Image)
Adds image to the container.
public virtual bool Add(Image image)Parameters
- imageImage
- Image to add. 
Returns
- bool
- trueif operation was successful,- falseotherwise.
Adds image to the container.
public virtual bool Add(Image image)image ImageImage to add.
true if operation was successful, false otherwise.