GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolRubberBanding Class / DoRubberBand Method
a Rectangle describing what the user outlined, in view coordinates
In This Topic
    DoRubberBand Method (GoToolRubberBanding)
    In This Topic
    This method is called as part of the mouse up event, normally to select the objects within the box.
    Syntax
    public virtual void DoRubberBand( 
       Rectangle box
    )

    Parameters

    box
    a Rectangle describing what the user outlined, in view coordinates
    Remarks
    By default this will call GoView.SelectInRectangle, after converting the box into document coordinates. If the box is too small in width and height, this acts like a normal mouse click instead.
    See Also