Class CVHandDetectedEventArgs
CV hand detected event args.
Inherited Members
Namespace: VisioForge.Core.Types.Events
Assembly: VisioForge.Core.dll
Syntax
public class CVHandDetectedEventArgs : EventArgs
Constructors
CVHandDetectedEventArgs(CVHand[])
Initializes a new instance of the CVHandDetectedEventArgs class.
Declaration
public CVHandDetectedEventArgs(CVHand[] hands)
Parameters
Type | Name | Description |
---|---|---|
CVHand[] | hands | Hands. |
Properties
Hands
Gets the hands.
Declaration
public CVHand[] Hands { get; }
Property Value
Type | Description |
---|---|
CVHand[] | The hands. |
Methods
ToString()
Returns a string that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents this instance. |