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