GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGrid Class / Extent Property
In This Topic
    Extent Property
    In This Topic
    Gets a RectangleF that simulates the bounds of extent of this grid, using large numbers for the semi-infinite or infinite positions and/or sizes.
    Syntax
    [Browsable(false)]
    public RectangleF Extent {get;}

    Property Value

    when IsUnbounded is false, this is the same as GoObject.Bounds; otherwise this inflates the bounds by large values according to the value of UnboundedSpots.
    See Also