Click or drag to resize

PointGripsAddRange Method

Adds an array of AnnotationGrip objects to 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 void AddRange(
	AnnotationGrip[] grips
)

Parameters

grips
Type: Atalasoft.Annotate.UIAnnotationGrip
An array of AnnotationGrip objects to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the grips argument is null (Nothing in VB).
See Also