GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / ScrollRectangleToVisible Method
the area, in document coordinates, to try to scroll into view
In This Topic
    ScrollRectangleToVisible Method
    In This Topic
    Change this view's DocPosition so that the given rectangle is visible.
    Syntax
    public virtual void ScrollRectangleToVisible( 
       RectangleF contentRect
    )

    Parameters

    contentRect
    the area, in document coordinates, to try to scroll into view
    Remarks
    Usually you call this method with the bounds of an object, to make that object visible to the user and not scrolled off somewhere.
    See Also