AllHandsContext Constructors

Definition

Overloads

AllHandsContext()
AllHandsContext(IEnumerable<Hand>)

AllHandsContext()

public AllHandsContext ();

Applies to

AllHandsContext(IEnumerable<Hand>)

public AllHandsContext (System.Collections.Generic.IEnumerable<Microsoft.Gestures.Hand> handSides);

Parameters

handSides
IEnumerable<Hand>

Applies to