PointGrips.Replace Method |
Replaces a grip in the collection with another one.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic void Replace(
int index,
AnnotationGrip newGrip
)
Public Sub Replace (
index As Integer,
newGrip As AnnotationGrip
)
Parameters
- index
- Type: System.Int32
The index of the grip to replace. - newGrip
- Type: Atalasoft.Annotate.UI.AnnotationGrip
The new grip that will be used.
Exceptions
See Also