Click or drag to resize

AnnotationControllerUngroup Method (LayerAnnotation, LayerAnnotation)

Removes annotations from one layer and adds them to another.

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 Ungroup(
	LayerAnnotation groupLayer,
	LayerAnnotation hostLayer
)

Parameters

groupLayer
Type: Atalasoft.Annotate.UILayerAnnotation
The layer containing annotations to ungroup.
hostLayer
Type: Atalasoft.Annotate.UILayerAnnotation
The layer where annotation will be added.
Remarks
If the groupLayer is contained within a layer currently in the LayerCollection it will be removed from the collection.
See Also