GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / ComputeBounds Method
In This Topic
    ComputeBounds Method (GoDrawing)
    In This Topic
    The bounding rectangle of a shape is computed as the smallest rectangle that includes all of its points.
    Syntax
    protected override RectangleF ComputeBounds()
    Remarks
    If there are only zero or one points, the size will be zero.
    See Also