GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / ComputeDocumentBounds Method
In This Topic
    ComputeDocumentBounds Method
    In This Topic
    Determine the actual extent of all of the objects in the document as seen by this view.
    Syntax
    public virtual RectangleF ComputeDocumentBounds()

    Return Value

    A RectangleF in document coordinates
    Remarks
    This is called by methods such as RescaleToFit, that want to know how much area is taken up by visible document objects. DocumentSize is different in that that property is likely to be less changeable as objects are moved or deleted.
    See Also