GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScaleLinear Class / OnBoundsChanged Method
A RectangleF in document coordinates holding the previous bounds.
In This Topic
    OnBoundsChanged Method (GraduatedScaleLinear)
    In This Topic
    Called after this object's bounds has changed.
    Syntax
    protected override void OnBoundsChanged( 
       RectangleF old
    )

    Parameters

    old
    A RectangleF in document coordinates holding the previous bounds.
    Remarks
    Needs to be overriden to adjust StartPoint and EndPoint accordingly.
    See Also