GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / DoResizeRectangleHandles Method
In This Topic
    DoResizeRectangleHandles Method
    In This Topic
    This method is called to handle resizing the standard eight corner/middle resize handles.
    Syntax
    public virtual void DoResizeRectangleHandles( 
       GoView view,
       RectangleF origRect,
       PointF newPoint,
       int whichHandle,
       GoInputState evttype,
       SizeF min,
       SizeF max
    )

    Parameters

    view
    origRect
    newPoint
    whichHandle
    evttype
    min
    max
    See Also