C# Class Dalssoft.DiagramNet.MoveAction

This class control the elements motion.
Mostra file Open project: AlexandrSurkov/PKStudio Class Usage Examples

Public Methods

Method Description
End ( ) : void
Move ( Point dragPoint ) : void
MoveAction ( ) : System
Start ( Point mousePoint, Document document, OnElementMovingDelegate onElementMovingDelegate ) : void

Private Methods

Method Description
UpdateLinkPosition ( NodeElement node ) : void
UpdateUpperSelectionPoint ( ) : void

Method Details

End() public method

public End ( ) : void
return void

Move() public method

public Move ( Point dragPoint ) : void
dragPoint Point
return void

MoveAction() public method

public MoveAction ( ) : System
return System

Start() public method

public Start ( Point mousePoint, Document document, OnElementMovingDelegate onElementMovingDelegate ) : void
mousePoint Point
document Document
onElementMovingDelegate OnElementMovingDelegate
return void