PalmMotion Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
- motionSegments
- IEnumerable<VerticalMotionSegment>
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
- motionSegments
- IEnumerable<HorizontalMotionSegment>
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
- motionSegments
- IEnumerable<VerticalMotionSegment>
Applies to
PalmMotion(Hand, IEnumerable<HorizontalMotionSegment>)
public PalmMotion (Microsoft.Gestures.Hand hand, System.Collections.Generic.IEnumerable<Microsoft.Gestures.HorizontalMotionSegment> motionSegments);
Parameters
- hand
- Hand
- motionSegments
- IEnumerable<HorizontalMotionSegment>
Applies to
PalmMotion(Hand, IEnumerable<DepthMotionSegment>)
public PalmMotion (Microsoft.Gestures.Hand hand, System.Collections.Generic.IEnumerable<Microsoft.Gestures.DepthMotionSegment> motionSegments);
Parameters
- hand
- Hand
- motionSegments
- IEnumerable<DepthMotionSegment>
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
- motionSegments
- IEnumerable<VerticalMotionSegment>
Applies to
PalmMotion(IEnumerable<HorizontalMotionSegment>)
public PalmMotion (System.Collections.Generic.IEnumerable<Microsoft.Gestures.HorizontalMotionSegment> motionSegments);
Parameters
- motionSegments
- IEnumerable<HorizontalMotionSegment>
Applies to
PalmMotion(IEnumerable<DepthMotionSegment>)
public PalmMotion (System.Collections.Generic.IEnumerable<Microsoft.Gestures.DepthMotionSegment> motionSegments);
Parameters
- motionSegments
- IEnumerable<DepthMotionSegment>
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
- motionSegments
- IEnumerable<DepthMotionSegment>
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