GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPolygon Class / DoResize Method
In This Topic
    DoResize Method (GoPolygon)
    In This Topic
    When the resize handles are at each point of the polygon, the user's dragging of a resize handle should just change that point in the curve.
    Syntax

    Parameters

    view
    origRect
    newPoint
    whichHandle
    evttype
    min
    max
    Remarks
    When ResizesRealtime is true, this method always calls SetPoint. Otherwise it only calls SetPoint when the evttype is GoInputState.Finish or GoInputState.Cancel.
    See Also