C# Class EducationSystem.SignNumGame.GameSignNumPlayPage.GameSignNumPlayFramesHandler

Inheritance: AbstractKinectFramesHandler
Exibir arquivo Open project: huangfuyang/Sign-Language-with-Kinect

Public Methods

Method Description
GameSignNumPlayFramesHandler ( GameSignNumPlayPage page, UIElement element ) : System
OnHandPointerGripRelease ( Microsoft.Kinect.Toolkit.Controls.HandPointer grippedHandpointer, System startGripPoint, System endGripPoint ) : void

Method Details

GameSignNumPlayFramesHandler() public method

public GameSignNumPlayFramesHandler ( GameSignNumPlayPage page, UIElement element ) : System
page GameSignNumPlayPage
element UIElement
return System

OnHandPointerGripRelease() public method

public OnHandPointerGripRelease ( Microsoft.Kinect.Toolkit.Controls.HandPointer grippedHandpointer, System startGripPoint, System endGripPoint ) : void
grippedHandpointer Microsoft.Kinect.Toolkit.Controls.HandPointer
startGripPoint System
endGripPoint System
return void