WpfAnnotationCanvasSelectFromBounds Method (Rect, Boolean) |
Selects annotations that are partially or fully within a rectangular area.
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 SelectFromBounds(
Rect bounds,
bool fullyContained
)
Public Sub SelectFromBounds (
bounds As Rect,
fullyContained As Boolean
)
Parameters
- bounds
- Type: System.WindowsRect
The bounding rectangle to look for annotations. This value must be specified in document space. - fullyContained
- Type: SystemBoolean
Indicates if the annotation has to be fully within the bounds before it's selected.
See Also