GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / ComputeResize Method
the original bounding rectangle
the PointF, in document coordinates, to which to resize
the handle ID that is being resized
the minimum size allowed
the maximum size allowed
whether or not to allow reshaping of the object
In This Topic
    ComputeResize Method (GoObject)
    In This Topic
    Calculate a new bounding rectangle for this object.
    Syntax

    Parameters

    origRect
    the original bounding rectangle
    newPoint
    the PointF, in document coordinates, to which to resize
    handle
    the handle ID that is being resized
    min
    the minimum size allowed
    max
    the maximum size allowed
    reshape
    whether or not to allow reshaping of the object

    Return Value

    A new RectangleF bounding rectangle, in document coordinates.
    Remarks
    This is normally called from DoResize.
    See Also