GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / DisplayRectangle Property
In This Topic
    DisplayRectangle Property (GoView)
    In This Topic
    Gets the area where the view displays its document.
    Syntax
    [Browsable(false)]
    public override Rectangle DisplayRectangle {get;}

    Property Value

    The Rectangle value specifies an area in control coordinates relative to the top left corner of this control.
    Remarks
    The display rectangle is normally smaller than the Control.Size, because of the scroll bars and the border along the edges. Note the difference with DocExtent, which gets an area in a document in document coordinates depending on the DocPosition and DocScale.
    See Also