Click or drag to resize

WpfAnnotationCanvasUngroup Method (WpfLayerAnnotation, WpfLayerAnnotation)

Removes annotations from one layer and adds them to another.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Ungroup(
	WpfLayerAnnotation groupLayer,
	WpfLayerAnnotation hostLayer
)

Parameters

groupLayer
Type: Atalasoft.Annotate.WpfWpfLayerAnnotation
The layer containing annotations to ungroup.
hostLayer
Type: Atalasoft.Annotate.WpfWpfLayerAnnotation
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