WpfAnnotationCanvas.SelectAll 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)
Syntaxpublic void SelectAll(
WpfLayerAnnotation layer
)
Public Sub SelectAll (
layer As WpfLayerAnnotation
)
Parameters
- layer
- Type: Atalasoft.Annotate.Wpf.WpfLayerAnnotation
The layer containing annotations to select.
See Also