GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStroke Class / OnBoundsChanged Method
the earlier bounds, a RectangleF in document coordinates
In This Topic
    OnBoundsChanged Method (GoStroke)
    In This Topic
    Changing the bounds of a stroke may change all of the stroke's points.
    Syntax
    protected override void OnBoundsChanged( 
       RectangleF old
    )

    Parameters

    old
    the earlier bounds, a RectangleF in document coordinates
    Remarks
    All of the points are modified to reflect the translation and scaling of the new bounding rectangle from the old one.
    See Also