Click or drag to resize

PointGripsIndexOf Method

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
)

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
ExceptionCondition
ArgumentNullException Thrown if the grip argument is null (Nothing in VB).
See Also