GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTriangle Class / DoResize Method
In This Topic
    DoResize Method (GoTriangle)
    In This Topic
    Support either allowing the user to move the triangle vertices around individually, or treating the triangle as a whole object.
    Syntax

    Parameters

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