HandMotion Class

Definition

[System.Windows.Markup.ContentProperty("MotionConstraints")]
public class HandMotion : Microsoft.Gestures.GestureSegment
Inheritance
Derived
Attributes

Constructors

HandMotion()
HandMotion(String, DepthMotionSegment, Nullable<Hand>)
HandMotion(String, Hand)
HandMotion(String, HorizontalMotionSegment, Nullable<Hand>)
HandMotion(String, IEnumerable<DepthMotionSegment>, Nullable<Hand>)
HandMotion(String, IEnumerable<HorizontalMotionSegment>, Nullable<Hand>)
HandMotion(String, IEnumerable<VerticalMotionSegment>, Nullable<Hand>)
HandMotion(String, MotionConstraint[])
HandMotion(String, String, MotionPlane, Nullable<Hand>)
HandMotion(String, VerticalMotionSegment, Nullable<Hand>)

Properties

ContainingGesture (Inherited from GestureSegment)
FingerMotions
IsFrozen (Inherited from GesturesFrameworkObject)
MotionConstraints
Name (Inherited from GestureSegment)
NestingPath (Inherited from GestureSegment)
NextSegments (Inherited from GestureSegment)
PalmMotion

Methods

CalculateHashCode() (Inherited from GestureSegment)
Clone(String) (Inherited from GestureSegment)
DeepFreeze()
Equals(Object) (Inherited from GesturesFrameworkObject)
EqualsInternal(Object) (Inherited from GestureSegment)
Equivalent(GestureSegment)
Equivalent(HandMotion)
Freeze() (Inherited from GesturesFrameworkObject)
GetHashCode() (Inherited from GesturesFrameworkObject)
InitializeCore() (Inherited from Xamlizable)
ToString() (Inherited from GestureSegment)
ToXaml() (Inherited from Xamlizable)
TriggerEvent() (Inherited from GestureSegment)
TriggerEventAsync(Int32) (Inherited from GestureSegment)
ValidateCore()
VerifyNotFrozen(String) (Inherited from GesturesFrameworkObject)

Events

Triggered (Inherited from GestureSegment)

Explicit Interface Implementations

ISupportInitialize.BeginInit() (Inherited from Xamlizable)
ISupportInitialize.EndInit() (Inherited from Xamlizable)
IUriContext.BaseUri (Inherited from Xamlizable)
IValidatable.Validate() (Inherited from GesturesFrameworkObject)

Applies to