GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / DoResizePointHandles Method
In This Topic
    DoResizePointHandles Method
    In This Topic
    This method is called to handle dragging of resize handles for the points of this shape.
    Syntax
    public virtual void DoResizePointHandles( 
       GoView view,
       RectangleF origRect,
       PointF newPoint,
       int whichHandle,
       GoInputState evttype,
       SizeF min,
       SizeF max
    )

    Parameters

    view
    origRect
    newPoint
    whichHandle
    evttype
    min
    max
    See Also