ImageCollectionIndexOf Method |
Returns the index of a specified image in the collection.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public virtual int IndexOf(
AtalaImage image
)
Public Overridable Function IndexOf (
image As AtalaImage
) As Integer
Parameters
- image
- Type: Atalasoft.ImagingAtalaImage
The AtalaImage to test.
Return Value
Type:
Int32 The index of a specified image in the collection.
Remarks Returns -1 if the image doesn't exist in the collection.
See Also