AnyHandContext Constructors

Definition

Overloads

AnyHandContext()
AnyHandContext(IEnumerable<Hand>)

AnyHandContext()

public AnyHandContext ();

Applies to

AnyHandContext(IEnumerable<Hand>)

public AnyHandContext (System.Collections.Generic.IEnumerable<Microsoft.Gestures.Hand> hands);

Parameters

hands
IEnumerable<Hand>

Applies to