Click or drag to resize

AnnotationControllerGroup Method (AnnotationUI)

Combines annotations into a LayerAnnotation and adds it to the CurrentLayer.

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 Group(
	AnnotationUI[] annotations
)

Parameters

annotations
Type: Atalasoft.Annotate.UIAnnotationUI
An array of annotations to group.
Remarks
This method will remove the annotations from the current layer they are in and place them into a new LayerAnnotation.
See Also