GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScaleElliptical Class / DoResize Method
In This Topic
    DoResize Method (GraduatedScaleElliptical)
    In This Topic
    Called when a user resizes this object.
    Syntax

    Parameters

    view
    origRect
    newPoint
    whichHandle
    evttype
    min
    max
    Remarks
    This is normally called from Northwoods.Go.GoToolResizing. By default it just calls Northwoods.Go.GoObject.ComputeResize, allowing reshaping if this object's Northwoods.Go.GoObject.CanReshape property is true and the view's last input's Northwoods.Go.GoInputEventArgs.Shift property is true. The resulting RectangleF value is used as this object's new Northwoods.Go.GoObject.Bounds if Northwoods.Go.GoObject.ResizesRealtime is true or if evttype is Northwoods.Go.GoInputState.Finish. Override Northwoods.Go.GoObject.ComputeResize if you want to constrain the user's resizing of this object without regard to the actual view or input events causing the resize.
    See Also