C# 클래스 Dalssoft.DiagramNet.MoveAction

This class control the elements motion.
파일 보기 프로젝트 열기: AlexandrSurkov/PKStudio 1 사용 예제들

공개 메소드들

메소드 설명
End ( ) : void
Move ( Point dragPoint ) : void
MoveAction ( ) : System
Start ( Point mousePoint, Document document, OnElementMovingDelegate onElementMovingDelegate ) : void

비공개 메소드들

메소드 설명
UpdateLinkPosition ( NodeElement node ) : void
UpdateUpperSelectionPoint ( ) : void

메소드 상세

End() 공개 메소드

public End ( ) : void
리턴 void

Move() 공개 메소드

public Move ( Point dragPoint ) : void
dragPoint Point
리턴 void

MoveAction() 공개 메소드

public MoveAction ( ) : System
리턴 System

Start() 공개 메소드

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