StockHandMotion Constructors

Definition

Overloads

StockHandMotion(String, IEnumerable<DepthMotionSegment>, Nullable<Hand>)
StockHandMotion(String, IEnumerable<HorizontalMotionSegment>, Nullable<Hand>)
StockHandMotion(String, IEnumerable<VerticalMotionSegment>, Nullable<Hand>)

StockHandMotion(String, IEnumerable<DepthMotionSegment>, Nullable<Hand>)

protected StockHandMotion (string name, System.Collections.Generic.IEnumerable<Microsoft.Gestures.DepthMotionSegment> motionScript, Nullable<Microsoft.Gestures.Hand> hand = null);

Parameters

name
String
hand
Nullable<Hand>

Applies to

StockHandMotion(String, IEnumerable<HorizontalMotionSegment>, Nullable<Hand>)

protected StockHandMotion (string name, System.Collections.Generic.IEnumerable<Microsoft.Gestures.HorizontalMotionSegment> motionScript, Nullable<Microsoft.Gestures.Hand> hand = null);

Parameters

name
String
hand
Nullable<Hand>

Applies to

StockHandMotion(String, IEnumerable<VerticalMotionSegment>, Nullable<Hand>)

protected StockHandMotion (string name, System.Collections.Generic.IEnumerable<Microsoft.Gestures.VerticalMotionSegment> motionScript, Nullable<Microsoft.Gestures.Hand> hand = null);

Parameters

name
String
hand
Nullable<Hand>

Applies to