AnnotationControllerSelectFromBounds Method (LayerAnnotation, RectangleF, Boolean) |
Selects annotations from a layer that are without a bounding region.
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(
LayerAnnotation layer,
RectangleF bounds,
bool fullyContained
)
Public Sub SelectFromBounds (
layer As LayerAnnotation,
bounds As RectangleF,
fullyContained As Boolean
)
Parameters
- layer
- Type: Atalasoft.Annotate.UILayerAnnotation
The layer to search for annotations. - bounds
- Type: System.DrawingRectangleF
The bounding rectangle to search. 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