C# 클래스 KinectMultiHand.KinectPointManager

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

보호된 메소드들

메소드 설명
OnPointCreate ( object sender, PointBasedEventArgs e ) : void
OnPointDestroy ( object sender, PointDestroyEventArgs e ) : void
OnPointUpdate ( object sender, PointBasedEventArgs e ) : void

메소드 상세

OnPointCreate() 보호된 메소드

protected OnPointCreate ( object sender, PointBasedEventArgs e ) : void
sender object
e PointBasedEventArgs
리턴 void

OnPointDestroy() 보호된 메소드

protected OnPointDestroy ( object sender, PointDestroyEventArgs e ) : void
sender object
e PointDestroyEventArgs
리턴 void

OnPointUpdate() 보호된 메소드

protected OnPointUpdate ( object sender, PointBasedEventArgs e ) : void
sender object
e PointBasedEventArgs
리턴 void