FingerMotion Class

Definition

public class FingerMotion : Microsoft.Gestures.HandPartMotion<Microsoft.Gestures.FingersContext>
Inheritance

Constructors

FingerMotion()
FingerMotion(Finger, DepthMotionSegment, DepthMotionSegment[])
FingerMotion(Finger, HorizontalMotionSegment, HorizontalMotionSegment[])
FingerMotion(Finger, IEnumerable<DepthMotionSegment>)
FingerMotion(Finger, IEnumerable<HorizontalMotionSegment>)
FingerMotion(Finger, IEnumerable<VerticalMotionSegment>)
FingerMotion(Finger, MotionScript)
FingerMotion(Finger, String, MotionPlane)
FingerMotion(Finger, VerticalMotionSegment, VerticalMotionSegment[])
FingerMotion(FingersContext, DepthMotionSegment, DepthMotionSegment[])
FingerMotion(FingersContext, HorizontalMotionSegment, HorizontalMotionSegment[])
FingerMotion(FingersContext, IEnumerable<DepthMotionSegment>)
FingerMotion(FingersContext, IEnumerable<HorizontalMotionSegment>)
FingerMotion(FingersContext, IEnumerable<VerticalMotionSegment>)
FingerMotion(FingersContext, MotionScript)
FingerMotion(FingersContext, String, MotionPlane)
FingerMotion(FingersContext, VerticalMotionSegment, VerticalMotionSegment[])
FingerMotion(IEnumerable<Finger>, DepthMotionSegment, DepthMotionSegment[])
FingerMotion(IEnumerable<Finger>, HorizontalMotionSegment, HorizontalMotionSegment[])
FingerMotion(IEnumerable<Finger>, IEnumerable<DepthMotionSegment>)
FingerMotion(IEnumerable<Finger>, IEnumerable<HorizontalMotionSegment>)
FingerMotion(IEnumerable<Finger>, IEnumerable<VerticalMotionSegment>)
FingerMotion(IEnumerable<Finger>, MotionScript)
FingerMotion(IEnumerable<Finger>, String, MotionPlane)
FingerMotion(IEnumerable<Finger>, VerticalMotionSegment, VerticalMotionSegment[])

Properties

Context (Inherited from HandPartMotion<TContextType>)
IsFrozen (Inherited from GesturesFrameworkObject)
MotionScript (Inherited from HandPartMotion<TContextType>)
Size

[Disabled feature - reserved for future use] Specifies the distance which this HandPartMotion<TContextType> should span

(Inherited from HandPartMotion<TContextType>)
Speed

[Disabled feature - reserved for future use] Specifies the speed with which this HandPartMotion<TContextType> should be executed

(Inherited from HandPartMotion<TContextType>)

Methods

CalculateHashCode() (Inherited from HandPartMotion<TContextType>)
DeepFreeze() (Inherited from HandPartMotion<TContextType>)
Equals(Object) (Inherited from GesturesFrameworkObject)
EqualsInternal(Object) (Inherited from HandPartMotion<TContextType>)
Freeze() (Inherited from GesturesFrameworkObject)
GetHashCode() (Inherited from GesturesFrameworkObject)
ToString() (Inherited from HandPartMotion<TContextType>)
ValidateCore()
VerifyNotFrozen(String) (Inherited from GesturesFrameworkObject)

Explicit Interface Implementations

IValidatable.Validate() (Inherited from GesturesFrameworkObject)

Applies to