PalmMotion Class

Definition

public class PalmMotion : Microsoft.Gestures.HandPartMotion<Microsoft.Gestures.HandContext>
Inheritance

Constructors

PalmMotion()
PalmMotion(DepthMotionSegment, DepthMotionSegment[])
PalmMotion(Hand, DepthMotionSegment, DepthMotionSegment[])
PalmMotion(Hand, HorizontalMotionSegment, HorizontalMotionSegment[])
PalmMotion(Hand, IEnumerable<DepthMotionSegment>)
PalmMotion(Hand, IEnumerable<HorizontalMotionSegment>)
PalmMotion(Hand, IEnumerable<VerticalMotionSegment>)
PalmMotion(Hand, MotionScript)
PalmMotion(Hand, String, MotionPlane)
PalmMotion(Hand, VerticalMotionSegment, VerticalMotionSegment[])
PalmMotion(HandContext, DepthMotionSegment, DepthMotionSegment[])
PalmMotion(HandContext, HorizontalMotionSegment, HorizontalMotionSegment[])
PalmMotion(HandContext, IEnumerable<DepthMotionSegment>)
PalmMotion(HandContext, IEnumerable<HorizontalMotionSegment>)
PalmMotion(HandContext, IEnumerable<VerticalMotionSegment>)
PalmMotion(HandContext, MotionScript)
PalmMotion(HandContext, String, MotionPlane)
PalmMotion(HandContext, VerticalMotionSegment, VerticalMotionSegment[])
PalmMotion(HorizontalMotionSegment, HorizontalMotionSegment[])
PalmMotion(IEnumerable<DepthMotionSegment>)
PalmMotion(IEnumerable<HorizontalMotionSegment>)
PalmMotion(IEnumerable<VerticalMotionSegment>)
PalmMotion(MotionScript)
PalmMotion(String, MotionPlane)
PalmMotion(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() (Inherited from HandPartMotion<TContextType>)
VerifyNotFrozen(String) (Inherited from GesturesFrameworkObject)

Explicit Interface Implementations

IValidatable.Validate() (Inherited from GesturesFrameworkObject)

Applies to