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

    Parameters

    oldr
    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