AnnotationControllerGroup Method (AnnotationUI) |
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
)
Public Sub Group (
annotations As AnnotationUI()
)
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