HandContext.Implicit Operator

Definition

Overloads

Implicit(Hand to HandContext)
Implicit(Hand[] to HandContext)

Implicit(Hand to HandContext)

public static implicit operator Microsoft.Gestures.HandContext (Microsoft.Gestures.Hand hand);

Parameters

hand
Hand

Returns

Applies to

Implicit(Hand[] to HandContext)

public static implicit operator Microsoft.Gestures.HandContext (Microsoft.Gestures.Hand[] hands);

Parameters

hands
Hand[]

Returns

Applies to