HandContext Class

Definition

[Microsoft.Gestures.Completions.CompletionSupport(typeof(Microsoft.Gestures.Completions.HandContextCompletionSupport))]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Gestures.XamlTypeConverters.HandContextConverter))]
public abstract class HandContext : Microsoft.Gestures.GestureContext
Inheritance
Derived
Attributes

Constructors

HandContext(IEnumerable<Hand>)

Properties

Hands
IsFrozen (Inherited from GesturesFrameworkObject)

Methods

CalculateHashCode()
DeepFreeze()
Equals(Object) (Inherited from GesturesFrameworkObject)
EqualsInternal(Object)
Freeze() (Inherited from GesturesFrameworkObject)
GetHashCode() (Inherited from GesturesFrameworkObject)
ValidateCore()
VerifyNotFrozen(String) (Inherited from GesturesFrameworkObject)

Operators

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

Explicit Interface Implementations

IValidatable.Validate() (Inherited from GesturesFrameworkObject)

Applies to