Click or drag to resize

ImageCollection.IndexOf Method

Returns the index of a specified image in the collection.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public virtual int IndexOf(
	AtalaImage image
)

Parameters

image
Type: Atalasoft.Imaging.AtalaImage
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