C# Class HandSigns.AreaGrab

Show file Open project: siracoj/signtolearn Class Usage Examples

Public Properties

Property Type Description
IsRunning bool
ReadyForSign bool

Public Methods

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

Private Methods

Method Description
ClosestPoint ( ) : float
handArea ( ) : float
handDataSource_NewDataAvailable ( HandCollection data ) : void

Method Details

AreaGrab() public method

public AreaGrab ( string _UserName, char _CurrentLetter ) : System
_UserName string
_CurrentLetter char
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

getSign() public method

public getSign ( ) : SignInfo
return DAL.SignInfo

reset() public method

public reset ( ) : void
return void

Property Details

IsRunning public property

public bool IsRunning
return bool

ReadyForSign public property

public bool ReadyForSign
return bool