Method Remove
Remove(int)
Removes image with the specified index from the container.
bool Remove(int imageIndex)
Parameters
imageIndex
intImage index.
Returns
- bool
true
if operation was successful,false
otherwise.
Removes image with the specified index from the container.
bool Remove(int imageIndex)
imageIndex
intImage index.
true
if operation was successful, false
otherwise.