GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStroke Class / ComputeBounds Method
In This Topic
    ComputeBounds Method (GoStroke)
    In This Topic
    The bounding rectangle of a stroke is computed as the smallest rectangle that includes all of the stroke's 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 strokes are not necessarily the closest fitting, and do not include any arrowheads.
    See Also