GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / DocExtent Property
In This Topic
    DocExtent Property
    In This Topic
    Gets the extent of the view in its document, both position and size.
    Syntax
    [Browsable(false)]
    public RectangleF DocExtent {get;}

    Property Value

    The RectangleF value is in document coordinates.
    Remarks
    This convenience method returns new RectangleF(this.DocPosition, this.DocExtentSize).
    See Also