Click or drag to resize

Jp2EnhancedRegionCollectionIndexOf Method

Returns the index in the collection that contains the given Jp2EnhancedRegion.

Namespace:  Atalasoft.Imaging.Codec.Jpeg2000
Assembly:  Atalasoft.dotImage.Jpeg2000 (in Atalasoft.dotImage.Jpeg2000.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int IndexOf(
	Jp2EnhancedRegion roi
)

Parameters

roi
Type: Atalasoft.Imaging.Codec.Jpeg2000Jp2EnhancedRegion

Return Value

Type: Int32
Returns -1 if the object doesn't exist in the collection.
See Also