GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoOverviewRectangle Class / OnBoundsChanged Method
In This Topic
    OnBoundsChanged Method (GoOverviewRectangle)
    In This Topic
    As the user drags this rectangle around, change the observed view's DocPosition property.
    Syntax
    protected override void OnBoundsChanged( 
       RectangleF old
    )

    Parameters

    old
    Remarks
    This basically just does ObservedView.DocPosition = Position, although it can also set the ObservedView.DocScale property when this rectangle's size changes. It ignores changes caused by a change in the observed view by not changing the ObservedView's DocPosition or DocScale when Initializing is true.
    See Also