GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoOverviewRectangle Class / ComputeMove Method
In This Topic
    ComputeMove Method (GoOverviewRectangle)
    In This Topic
    Limit where this rectangle can be dragged, to avoid misleading the user into believing they could scroll even futher.
    Syntax
    public override PointF ComputeMove( 
       PointF origLoc,
       PointF newLoc
    )

    Parameters

    origLoc
    newLoc
    See Also