Click or drag to resize

PhotoshopResourceCollectionIndexOf Method

Returns the zero based index of a specified PhotoshopResource if located in the collection.

Namespace:  Atalasoft.Imaging.Metadata
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int IndexOf(
	PhotoshopResource resource
)

Parameters

resource
Type: Atalasoft.Imaging.MetadataPhotoshopResource
The PhotoshopResource to search for.

Return Value

Type: Int32
Returns -1 if not found, the index in the collection if found.
See Also