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