public virtual void SelectInRectangle( RectangleF rect )
Parameters
- rect
- A
RectangleF
in document coordinates.
RectangleF
in document coordinates.
public virtual void SelectInRectangle( RectangleF rect )
RectangleF
in document coordinates.This method only selects document objects. It basically just calls GoLayer.GoLayer.PickObjectsInRectangle for each document layer that this view uses, passing in the value of SelectInRectangleStyle to control how the inclusion decision is made. If CanSelectObjects is false, this will not select anything. This method is called by GoToolRubberBanding's DoRubberBand method.
This raises the SelectionStarting and SelectionFinished events.