Click or drag to resize

AnnotationUIAddGripsToRegion Method

Adds the annotation grips to a region. The grips are added in annotation space.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected void AddGripsToRegion(
	AnnotationRegion region
)

Parameters

region
Type: Atalasoft.AnnotateAnnotationRegion
The AnnotationRegion to which grips will be added.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the region argument is null (Nothing in VB).
Examples
See the GetRegion(AnnotateSpace) method for an example of using AddGripsToRegion.
See Also