GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolZooming Class / DoRubberBand Method
a rectangle whose aspect ratio matches the ZoomedView's; if the width and height are less than the DragSize, this method does nothing.
In This Topic
    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 box within this view.
    Syntax
    public override void DoRubberBand( 
       Rectangle box
    )

    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