C# Class Dalssoft.DiagramNet.MoveAction

This class control the elements motion.
Afficher le fichier Open project: AlexandrSurkov/PKStudio Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
UpdateLinkPosition ( NodeElement node ) : void
UpdateUpperSelectionPoint ( ) : void

Method Details

End() public méthode

public End ( ) : void
Résultat void

Move() public méthode

public Move ( Point dragPoint ) : void
dragPoint Point
Résultat void

MoveAction() public méthode

public MoveAction ( ) : System
Résultat System

Start() public méthode

public Start ( Point mousePoint, Document document, OnElementMovingDelegate onElementMovingDelegate ) : void
mousePoint Point
document Document
onElementMovingDelegate OnElementMovingDelegate
Résultat void