Inserts an
AnnotationGrip object into the collection at the specified index.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic void Insert(
int index,
AnnotationGrip grip
)
Public Sub Insert (
index As Integer,
grip As AnnotationGrip
)
Parameters
- index
- Type: SystemInt32
The index where the grip will be placed. - grip
- Type: Atalasoft.Annotate.UIAnnotationGrip
The AnnotationGrip object to add.
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | Thrown if the index value is out of range for this collection. |
| ArgumentNullException | Thrown if the grip argument is null (Nothing in VB). |
See Also