GoDiagram Web Reference
DoRubberBand Method (GoToolZooming)

a rectangle whose aspect ratio matches the ZoomedView's; if the width and height are less than the DragSize, this method does nothing.
Instead of selecting objects within a rectangle, change the ZoomedView's DocPosition and DocScale to match the given box within this view.
Syntax
'Declaration
 
Public Overrides Sub DoRubberBand( _
   ByVal box As Rectangle _
) 
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.
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

GoToolZooming Class
GoToolZooming Members
Base Implementation in DoRubberBand

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback