DoRubberBand Method (GoToolZooming)
In This Topic
Instead of selecting objects within a rectangle, change the
ZoomedView's
GoView.DocPosition and
GoView.DocScale to match the given within this view.
Syntax
public override void DoRubberBand(
Rectangle
)
Parameters
- box
- a rectangle whose aspect ratio matches the ZoomedView's; if the width and height are less than the DragSize, this method does nothing.
See Also