GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPolygon Class / OnBoundsChanged Method
the earlier bounds, a RectangleF in document coordinates
In This Topic
    OnBoundsChanged Method (GoPolygon)
    In This Topic
    Changing the bounds of a polygon may change all of its 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