AnnotationControllerSelectFromBounds Method (RectangleF, Boolean) |
Selects annotations that are partially or fully within a rectangular area.
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 SelectFromBounds(
RectangleF bounds,
bool fullyContained
)
Public Sub SelectFromBounds (
bounds As RectangleF,
fullyContained As Boolean
)
Parameters
- bounds
- Type: System.DrawingRectangleF
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