GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoOverviewRectangle Class / UpdateRectFromView Method
In This Topic
    UpdateRectFromView Method
    In This Topic
    Make this GoRectangle's position and size correspond to the observed view's position and size in the document
    Syntax
    public virtual void UpdateRectFromView()
    Remarks
    This method also scrolls this overview window, if needed, to make the rectangle visible. This method should be a no-op when Initializing is true.
    See Also