Method Add
Add(Image)
Adds image to the container.
public virtual bool Add(Image image)
Parameters
imageImageImage 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.