PalmMotion Constructors

Definition

Overloads

PalmMotion()
PalmMotion(HandContext, HorizontalMotionSegment, HorizontalMotionSegment[])
PalmMotion(HandContext, DepthMotionSegment, DepthMotionSegment[])
PalmMotion(Hand, String, MotionPlane)
PalmMotion(Hand, VerticalMotionSegment, VerticalMotionSegment[])
PalmMotion(Hand, HorizontalMotionSegment, HorizontalMotionSegment[])
PalmMotion(Hand, DepthMotionSegment, DepthMotionSegment[])
PalmMotion(String, MotionPlane)
PalmMotion(VerticalMotionSegment, VerticalMotionSegment[])
PalmMotion(HorizontalMotionSegment, HorizontalMotionSegment[])
PalmMotion(HandContext, IEnumerable<VerticalMotionSegment>)
PalmMotion(HandContext, VerticalMotionSegment, VerticalMotionSegment[])
PalmMotion(HandContext, IEnumerable<HorizontalMotionSegment>)
PalmMotion(HandContext, MotionScript)
PalmMotion(Hand, IEnumerable<VerticalMotionSegment>)
PalmMotion(Hand, IEnumerable<HorizontalMotionSegment>)
PalmMotion(Hand, IEnumerable<DepthMotionSegment>)
PalmMotion(Hand, MotionScript)
PalmMotion(DepthMotionSegment, DepthMotionSegment[])
PalmMotion(IEnumerable<VerticalMotionSegment>)
PalmMotion(IEnumerable<HorizontalMotionSegment>)
PalmMotion(IEnumerable<DepthMotionSegment>)
PalmMotion(MotionScript)
PalmMotion(HandContext, IEnumerable<DepthMotionSegment>)
PalmMotion(HandContext, String, MotionPlane)

PalmMotion()

public PalmMotion ();

Applies to

PalmMotion(HandContext, HorizontalMotionSegment, HorizontalMotionSegment[])

public PalmMotion (Microsoft.Gestures.HandContext handContext, Microsoft.Gestures.HorizontalMotionSegment motionSegment, Microsoft.Gestures.HorizontalMotionSegment[] nextMotionSegments);

Parameters

handContext
HandContext
motionSegment
HorizontalMotionSegment
nextMotionSegments
HorizontalMotionSegment[]

Applies to

PalmMotion(HandContext, DepthMotionSegment, DepthMotionSegment[])

public PalmMotion (Microsoft.Gestures.HandContext handContext, Microsoft.Gestures.DepthMotionSegment motionSegment, Microsoft.Gestures.DepthMotionSegment[] nextMotionSegments);

Parameters

handContext
HandContext
motionSegment
DepthMotionSegment
nextMotionSegments
DepthMotionSegment[]

Applies to

PalmMotion(Hand, String, MotionPlane)

public PalmMotion (Microsoft.Gestures.Hand hand, string svgPath, Microsoft.Gestures.MotionPlane plane = Microsoft.Gestures.MotionPlane.Vertical);

Parameters

hand
Hand
svgPath
String
plane
MotionPlane

Applies to

PalmMotion(Hand, VerticalMotionSegment, VerticalMotionSegment[])

public PalmMotion (Microsoft.Gestures.Hand hand, Microsoft.Gestures.VerticalMotionSegment motionSegment, Microsoft.Gestures.VerticalMotionSegment[] nextMotionSegments);

Parameters

hand
Hand
motionSegment
VerticalMotionSegment
nextMotionSegments
VerticalMotionSegment[]

Applies to

PalmMotion(Hand, HorizontalMotionSegment, HorizontalMotionSegment[])

public PalmMotion (Microsoft.Gestures.Hand hand, Microsoft.Gestures.HorizontalMotionSegment motionSegment, Microsoft.Gestures.HorizontalMotionSegment[] nextMotionSegments);

Parameters

hand
Hand
motionSegment
HorizontalMotionSegment
nextMotionSegments
HorizontalMotionSegment[]

Applies to

PalmMotion(Hand, DepthMotionSegment, DepthMotionSegment[])

public PalmMotion (Microsoft.Gestures.Hand hand, Microsoft.Gestures.DepthMotionSegment motionSegment, Microsoft.Gestures.DepthMotionSegment[] nextMotionSegments);

Parameters

hand
Hand
motionSegment
DepthMotionSegment
nextMotionSegments
DepthMotionSegment[]

Applies to

PalmMotion(String, MotionPlane)

public PalmMotion (string svgPath, Microsoft.Gestures.MotionPlane plane = Microsoft.Gestures.MotionPlane.Vertical);

Parameters

svgPath
String
plane
MotionPlane

Applies to

PalmMotion(VerticalMotionSegment, VerticalMotionSegment[])

public PalmMotion (Microsoft.Gestures.VerticalMotionSegment motionSegment, Microsoft.Gestures.VerticalMotionSegment[] nextMotionSegments);

Parameters

motionSegment
VerticalMotionSegment
nextMotionSegments
VerticalMotionSegment[]

Applies to

PalmMotion(HorizontalMotionSegment, HorizontalMotionSegment[])

public PalmMotion (Microsoft.Gestures.HorizontalMotionSegment motionSegment, Microsoft.Gestures.HorizontalMotionSegment[] nextMotionSegments);

Parameters

motionSegment
HorizontalMotionSegment
nextMotionSegments
HorizontalMotionSegment[]

Applies to

PalmMotion(HandContext, IEnumerable<VerticalMotionSegment>)

public PalmMotion (Microsoft.Gestures.HandContext handContext, System.Collections.Generic.IEnumerable<Microsoft.Gestures.VerticalMotionSegment> motionSegments);

Parameters

handContext
HandContext

Applies to

PalmMotion(HandContext, VerticalMotionSegment, VerticalMotionSegment[])

public PalmMotion (Microsoft.Gestures.HandContext handContext, Microsoft.Gestures.VerticalMotionSegment motionSegment, Microsoft.Gestures.VerticalMotionSegment[] nextMotionSegments);

Parameters

handContext
HandContext
motionSegment
VerticalMotionSegment
nextMotionSegments
VerticalMotionSegment[]

Applies to

PalmMotion(HandContext, IEnumerable<HorizontalMotionSegment>)

public PalmMotion (Microsoft.Gestures.HandContext handContext, System.Collections.Generic.IEnumerable<Microsoft.Gestures.HorizontalMotionSegment> motionSegments);

Parameters

handContext
HandContext

Applies to

PalmMotion(HandContext, MotionScript)

public PalmMotion (Microsoft.Gestures.HandContext HandContext, Microsoft.Gestures.MotionScript motionScript = null);

Parameters

HandContext
HandContext
motionScript
MotionScript

Applies to

PalmMotion(Hand, IEnumerable<VerticalMotionSegment>)

public PalmMotion (Microsoft.Gestures.Hand hand, System.Collections.Generic.IEnumerable<Microsoft.Gestures.VerticalMotionSegment> motionSegments);

Parameters

hand
Hand

Applies to

PalmMotion(Hand, IEnumerable<HorizontalMotionSegment>)

public PalmMotion (Microsoft.Gestures.Hand hand, System.Collections.Generic.IEnumerable<Microsoft.Gestures.HorizontalMotionSegment> motionSegments);

Parameters

hand
Hand

Applies to

PalmMotion(Hand, IEnumerable<DepthMotionSegment>)

public PalmMotion (Microsoft.Gestures.Hand hand, System.Collections.Generic.IEnumerable<Microsoft.Gestures.DepthMotionSegment> motionSegments);

Parameters

hand
Hand

Applies to

PalmMotion(Hand, MotionScript)

public PalmMotion (Microsoft.Gestures.Hand hand, Microsoft.Gestures.MotionScript motionScript = null);

Parameters

hand
Hand
motionScript
MotionScript

Applies to

PalmMotion(DepthMotionSegment, DepthMotionSegment[])

public PalmMotion (Microsoft.Gestures.DepthMotionSegment motionSegment, Microsoft.Gestures.DepthMotionSegment[] nextMotionSegments);

Parameters

motionSegment
DepthMotionSegment
nextMotionSegments
DepthMotionSegment[]

Applies to

PalmMotion(IEnumerable<VerticalMotionSegment>)

public PalmMotion (System.Collections.Generic.IEnumerable<Microsoft.Gestures.VerticalMotionSegment> motionSegments);

Parameters

Applies to

PalmMotion(IEnumerable<HorizontalMotionSegment>)

public PalmMotion (System.Collections.Generic.IEnumerable<Microsoft.Gestures.HorizontalMotionSegment> motionSegments);

Parameters

Applies to

PalmMotion(IEnumerable<DepthMotionSegment>)

public PalmMotion (System.Collections.Generic.IEnumerable<Microsoft.Gestures.DepthMotionSegment> motionSegments);

Parameters

Applies to

PalmMotion(MotionScript)

public PalmMotion (Microsoft.Gestures.MotionScript motionScript);

Parameters

motionScript
MotionScript

Applies to

PalmMotion(HandContext, IEnumerable<DepthMotionSegment>)

public PalmMotion (Microsoft.Gestures.HandContext handContext, System.Collections.Generic.IEnumerable<Microsoft.Gestures.DepthMotionSegment> motionSegments);

Parameters

handContext
HandContext

Applies to

PalmMotion(HandContext, String, MotionPlane)

public PalmMotion (Microsoft.Gestures.HandContext handContext, string svgPath, Microsoft.Gestures.MotionPlane plane = Microsoft.Gestures.MotionPlane.Vertical);

Parameters

handContext
HandContext
svgPath
String
plane
MotionPlane

Applies to