public override void DoResize( GoView view, RectangleF origRect, PointF newPoint, int whichHandle, GoInputState evttype, SizeF min, SizeF max )
Parameters
- view
- origRect
- newPoint
- whichHandle
- evttype
- min
- max
public override void DoResize( GoView view, RectangleF origRect, PointF newPoint, int whichHandle, GoInputState evttype, SizeF min, SizeF max )
RectangleF
value is used as this object's new Northwoods.Go.GoObject.Bounds if Northwoods.Go.GoObject.ResizesRealtime is true or if evttype is Northwoods.Go.GoInputState.Finish. Override Northwoods.Go.GoObject.ComputeResize if you want to constrain the user's resizing of this object without regard to the actual view or input events causing the resize.