Class CVHand
Hand information.
Inherited Members
Namespace: VisioForge.Core.Types.VideoProcessing
Assembly: VisioForge.Core.dll
Syntax
public class CVHand
  Properties
Gesture
Gets or sets the gesture.
Declaration
public CVHandGesture Gesture { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CVHandGesture | The gesture.  | 
      
Position
Gets or sets the position.
Declaration
public Rect Position { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Rect | The position.  | 
      
Methods
ToString()
Returns a string that represents this instance.
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| string | A string that represents this instance.  |