C# Class HandSigns.AreaGrab

Afficher le fichier Open project: siracoj/signtolearn Class Usage Examples

Méthodes publiques

Свойство Type Description
IsRunning bool
ReadyForSign bool

Méthodes publiques

Méthode Description
AreaGrab ( string _UserName, char _CurrentLetter ) : System
Start ( ) : void
Stop ( ) : void
getSign ( ) : SignInfo
reset ( ) : void

Private Methods

Méthode Description
ClosestPoint ( ) : float
handArea ( ) : float
handDataSource_NewDataAvailable ( HandCollection data ) : void

Method Details

AreaGrab() public méthode

public AreaGrab ( string _UserName, char _CurrentLetter ) : System
_UserName string
_CurrentLetter char
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

getSign() public méthode

public getSign ( ) : SignInfo
Résultat DAL.SignInfo

reset() public méthode

public reset ( ) : void
Résultat void

Property Details

IsRunning public_oe property

public bool IsRunning
Résultat bool

ReadyForSign public_oe property

public bool ReadyForSign
Résultat bool