GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPolygon Class / ComputeBounds Method
In This Topic
    ComputeBounds Method (GoPolygon)
    In This Topic
    The bounding rectangle of a polygon 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. The computed bounds for Bezier-sided polygons are not necessarily the closest fitting.
    See Also