Click or drag to resize

PointGripsReplace 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)
Syntax
public void Replace(
	int index,
	AnnotationGrip newGrip
)

Parameters

index
Type: SystemInt32
The index of the grip to replace.
newGrip
Type: Atalasoft.Annotate.UIAnnotationGrip
The new grip that will be used.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the index argument is out of range for this collection.
ArgumentNullExceptionThrown if the newGrip argument is null (Nothing in VB).
See Also