C# 클래스 SkeletonGestures.SwipeEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: kindohm/kinect-nite-dev 1 사용 예제들

공개 메소드들

메소드 설명
SwipeEventArgs ( ) : System
SwipeEventArgs ( SwipeDirection direction ) : System
SwipeEventArgs ( SwipeDirection direction, Hand hand ) : System

메소드 상세

SwipeEventArgs() 공개 메소드

public SwipeEventArgs ( ) : System
리턴 System

SwipeEventArgs() 공개 메소드

public SwipeEventArgs ( SwipeDirection direction ) : System
direction SwipeDirection
리턴 System

SwipeEventArgs() 공개 메소드

public SwipeEventArgs ( SwipeDirection direction, Hand hand ) : System
direction SwipeDirection
hand Hand
리턴 System