UuidBoxCollectionIndexOf Method |
Searches for 'source' and returns the zero-based index of the first occurrence
within the entire CollectionBase.
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 virtual int IndexOf(
UuidBox source
)
Public Overridable Function IndexOf (
source As UuidBox
) As Integer
Parameters
- source
- Type: Atalasoft.Imaging.Codec.Jpeg2000UuidBox
given object of UuidBox
Return Value
Type:
Int32 the zero-based index of the first occurrence
See Also