GoDiagram Web Reference
DoResizing Method

A value of GoInputState.Start when called from Start, a value of GoInputState.Continue when called from DoMouseMove, and a value of GoInputState.Finish when called from DoMouseUp.
This is called while the user is dragging the mouse and when the user releases the mouse.
Syntax
'Declaration
 
Public Overridable Sub DoResizing( _
   ByVal evttype As GoInputState _
) 
public virtual void DoResizing( 
   GoInputState evttype
)

Parameters

evttype
A value of GoInputState.Start when called from Start, a value of GoInputState.Continue when called from DoMouseMove, and a value of GoInputState.Finish when called from DoMouseUp.
Remarks
Basically this just calls DoResize on the CurrentObject. Objects are responsible for their own resize behavior. However, this calls GoView.SnapPoint to adjust the input event point to make sure the current resize point is a valid one according to whatever grids there are.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoToolResizing Class
GoToolResizing Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback