GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / DoResize Method
ignored--this remembers the initial value of ComputeBorder
ignored--limited by ComputeInsideMargins
In This Topic
    DoResize Method (GoSubGraph)
    In This Topic
    Handle resizing by changing the margins instead of resizing the children.
    Syntax

    Parameters

    view
    origRect
    ignored--this remembers the initial value of ComputeBorder
    newPoint
    whichHandle
    evttype
    min
    ignored--limited by ComputeInsideMargins
    max
    Remarks
    This currently ignores the Reshapable property, which is assumed to be true. Although collapsed nodes are not normally meant to be resized, when this node is collapsed, this method will update the CollapsedTopLeftMargin and the CollapsedBottomRightMargin properties instead of the TopLeftMargin and the BottomRightMargin properties.
    See Also