Click or drag to resize

WpfAnnotationCanvasSelectAll Method (WpfLayerAnnotation)

Selects all of the annotations in the specified layer.

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 SelectAll(
	WpfLayerAnnotation layer
)

Parameters

layer
Type: Atalasoft.Annotate.WpfWpfLayerAnnotation
The layer containing annotations to select.
See Also