C# 클래스 Blake.NUI.WPF.Gestures.DoubleTapGestureEngine

상속: IGestureEngine
파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
AbortGesture ( ) : void
DoubleTapGestureEngine ( double minMilliseconds, double gapMilliseconds, double maxMilliseconds, double maxMovement ) : System
TrackTouchDown ( Point position, System.DateTime timestamp ) : void
TrackTouchMove ( Point position, System.DateTime timestamp ) : void
TrackTouchUp ( Point position, System.DateTime timestamp ) : void

비공개 메소드들

메소드 설명
OnGestureAborted ( ) : void
OnGestureCompleted ( ) : void
OnGestureStarted ( ) : void
firstTap_GestureAborted ( object sender, EventArgs e ) : void
firstTap_GestureCompleted ( object sender, EventArgs e ) : void
secondTap_GestureAborted ( object sender, EventArgs e ) : void
secondTap_GestureCompleted ( object sender, EventArgs e ) : void

메소드 상세

AbortGesture() 공개 메소드

public AbortGesture ( ) : void
리턴 void

DoubleTapGestureEngine() 공개 메소드

public DoubleTapGestureEngine ( double minMilliseconds, double gapMilliseconds, double maxMilliseconds, double maxMovement ) : System
minMilliseconds double
gapMilliseconds double
maxMilliseconds double
maxMovement double
리턴 System

TrackTouchDown() 공개 메소드

public TrackTouchDown ( Point position, System.DateTime timestamp ) : void
position Point
timestamp System.DateTime
리턴 void

TrackTouchMove() 공개 메소드

public TrackTouchMove ( Point position, System.DateTime timestamp ) : void
position Point
timestamp System.DateTime
리턴 void

TrackTouchUp() 공개 메소드

public TrackTouchUp ( Point position, System.DateTime timestamp ) : void
position Point
timestamp System.DateTime
리턴 void