public virtual void DoResize( GoView view, RectangleF origRect, PointF newPoint, int whichHandle, GoInputState evttype, SizeF min, SizeF max )
Parameters
- view
- the GoView whose GoToolResizing is calling this method
- origRect
- the original bounding rectangle
- newPoint
- the PointF, in document coordinates, to which the resize handle is being dragged
- whichHandle
- The IGoHandle.IGoHandle.HandleID of the handle being dragged
- evttype
- when called from GoToolResizing.Start
- when called from GoToolResizing.DoMouseMove
- when called from GoToolResizing.DoMouseUp
- when the GoToolResizing.DoCancelMouse
- min
- the value of GoToolResizing.GoToolResizing.MinimumSize
- max
- the value of GoToolResizing.GoToolResizing.MaximumSize