'Declaration Public Function Remove( _
ByVal imageОбъект, который нужно удалить из ImageCollection.As VintasoftImage _
) As Boolean
public bool Remove(
VintasoftImage image
)
public: bool Remove(
VintasoftImage* image
)
public:
bool Remove(
VintasoftImage^ image
)
Parameters
- image
- Объект, который нужно удалить из ImageCollection.
Return Value
True, если image было успешно удалено из ImageCollection; в противном случае - false.