Method | Description | |
---|---|---|
HandDataViewModel ( string id ) : System | ||
HandDataViewModel ( string id, Point palmPoint, IEnumerable |
||
MarkCenterOfPalm ( Point point ) : void | ||
MarkFinger ( |
||
RemoveFinger ( |
||
ToHandDefinition ( ) : HandTracking.Persistence.HandEntity |
Method | Description | |
---|---|---|
OnPropertyChanged ( string property ) : void |
Method | Description | |
---|---|---|
NotifyFingerChange ( ) : void |
public HandDataViewModel ( string id ) : System | ||
id | string | |
return | System |
public HandDataViewModel ( string id, Point palmPoint, IEnumerable |
||
id | string | |
palmPoint | Point | |
fingerPoints | IEnumerable |
|
return | System |
public MarkCenterOfPalm ( Point point ) : void | ||
point | Point | |
return | void |
public MarkFinger ( |
||
point | ||
return | void |
protected OnPropertyChanged ( string property ) : void | ||
property | string | |
return | void |
public RemoveFinger ( |
||
point | ||
return | void |
public ToHandDefinition ( ) : HandTracking.Persistence.HandEntity | ||
return | HandTracking.Persistence.HandEntity |