Returns the index of a grip within the collection.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public int IndexOf(
AnnotationGrip grip
)
Public Function IndexOf (
grip As AnnotationGrip
) As Integer
Parameters
- grip
- Type: Atalasoft.Annotate.UIAnnotationGrip
The grip to search for.
Return Value
Type:
Int32 The index of the grip or -1 if the grip was not found in the collection.
Exceptions See Also