Click or drag to resize

PointGripsInsert Method

Inserts an AnnotationGrip object into the collection at the specified index.

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 void Insert(
	int index,
	AnnotationGrip grip
)

Parameters

index
Type: SystemInt32
The index where the grip will be placed.
grip
Type: Atalasoft.Annotate.UIAnnotationGrip
The AnnotationGrip object to add.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the index value is out of range for this collection.
ArgumentNullExceptionThrown if the grip argument is null (Nothing in VB).
See Also