GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoOverview Class / CreateOverviewRectangle Method
In This Topic
    CreateOverviewRectangle Method
    In This Topic
    Create an instance of GoOverviewRectangle for the given view.
    Syntax
    public virtual GoOverviewRectangle CreateOverviewRectangle( 
       GoView observed
    )

    Parameters

    observed

    Return Value

    An GoOverviewRectangle that knows which view's extent it represents
    See Also