GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / Bounds Property
In This Topic
    Bounds Property (GoDocument)
    In This Topic
    This property is just a combination of TopLeft and Size as a RectangleF.
    Syntax
    [Browsable(false)]
    public RectangleF Bounds {get; set;}
    Remarks
    To limit the scrolling extent of views where objects in the document have been deleted or gathered together, you may want to do: doc.Bounds = doc.ComputeBounds()
    See Also