GoDiagram Web Reference
DoRubberBand Method (GoToolRubberBanding)

a Rectangle describing what the user outlined, in view coordinates
This method is called as part of the mouse up event, normally to select the objects within the box.
Syntax
'Declaration
 
Public Overridable Sub DoRubberBand( _
   ByVal box As Rectangle _
) 
public virtual void DoRubberBand( 
   Rectangle box
)

Parameters

box
a Rectangle describing what the user outlined, in view coordinates
Remarks
By default this will call 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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoToolRubberBanding Class
GoToolRubberBanding Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback