GoDiagram Web Reference
ComputeMove Method (GoOverviewRectangle)

Limit where this rectangle can be dragged, to avoid misleading the user into believing they could scroll even futher.
Syntax
'Declaration
 
Public Overrides Function ComputeMove( _
   ByVal origLoc As PointF, _
   ByVal newLoc As PointF _
) As PointF
public override PointF ComputeMove( 
   PointF origLoc,
   PointF newLoc
)

Parameters

origLoc
newLoc
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

GoOverviewRectangle Class
GoOverviewRectangle Members
Base Implementation in ComputeMove

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback