FingerMotion 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
FingerMotion()
public FingerMotion ();
Applies to
FingerMotion(IEnumerable<Finger>, VerticalMotionSegment, VerticalMotionSegment[])
public FingerMotion (System.Collections.Generic.IEnumerable<Microsoft.Gestures.Finger> fingers, Microsoft.Gestures.VerticalMotionSegment motionSegment, Microsoft.Gestures.VerticalMotionSegment[] nextMotionSegments);
Parameters
- fingers
- IEnumerable<Finger>
- motionSegment
- VerticalMotionSegment
- nextMotionSegments
- VerticalMotionSegment[]
Applies to
FingerMotion(IEnumerable<Finger>, HorizontalMotionSegment, HorizontalMotionSegment[])
public FingerMotion (System.Collections.Generic.IEnumerable<Microsoft.Gestures.Finger> fingers, Microsoft.Gestures.HorizontalMotionSegment motionSegment, Microsoft.Gestures.HorizontalMotionSegment[] nextMotionSegments);
Parameters
- fingers
- IEnumerable<Finger>
- motionSegment
- HorizontalMotionSegment
- nextMotionSegments
- HorizontalMotionSegment[]
Applies to
FingerMotion(IEnumerable<Finger>, DepthMotionSegment, DepthMotionSegment[])
public FingerMotion (System.Collections.Generic.IEnumerable<Microsoft.Gestures.Finger> fingers, Microsoft.Gestures.DepthMotionSegment motionSegment, Microsoft.Gestures.DepthMotionSegment[] nextMotionSegments);
Parameters
- fingers
- IEnumerable<Finger>
- motionSegment
- DepthMotionSegment
- nextMotionSegments
- DepthMotionSegment[]
Applies to
FingerMotion(FingersContext, String, MotionPlane)
public FingerMotion (Microsoft.Gestures.FingersContext fingersContext, string svgPath, Microsoft.Gestures.MotionPlane plane = Microsoft.Gestures.MotionPlane.Vertical);
Parameters
- fingersContext
- FingersContext
- svgPath
- String
- plane
- MotionPlane
Applies to
FingerMotion(FingersContext, VerticalMotionSegment, VerticalMotionSegment[])
public FingerMotion (Microsoft.Gestures.FingersContext fingersContext, Microsoft.Gestures.VerticalMotionSegment motionSegment, Microsoft.Gestures.VerticalMotionSegment[] nextMotionSegments);
Parameters
- fingersContext
- FingersContext
- motionSegment
- VerticalMotionSegment
- nextMotionSegments
- VerticalMotionSegment[]
Applies to
FingerMotion(FingersContext, HorizontalMotionSegment, HorizontalMotionSegment[])
public FingerMotion (Microsoft.Gestures.FingersContext fingersContext, Microsoft.Gestures.HorizontalMotionSegment motionSegment, Microsoft.Gestures.HorizontalMotionSegment[] nextMotionSegments);
Parameters
- fingersContext
- FingersContext
- motionSegment
- HorizontalMotionSegment
- nextMotionSegments
- HorizontalMotionSegment[]
Applies to
FingerMotion(FingersContext, DepthMotionSegment, DepthMotionSegment[])
public FingerMotion (Microsoft.Gestures.FingersContext fingersContext, Microsoft.Gestures.DepthMotionSegment motionSegment, Microsoft.Gestures.DepthMotionSegment[] nextMotionSegments);
Parameters
- fingersContext
- FingersContext
- motionSegment
- DepthMotionSegment
- nextMotionSegments
- DepthMotionSegment[]
Applies to
FingerMotion(Finger, String, MotionPlane)
public FingerMotion (Microsoft.Gestures.Finger finger, string svgPath, Microsoft.Gestures.MotionPlane plane = Microsoft.Gestures.MotionPlane.Vertical);
Parameters
- finger
- Finger
- svgPath
- String
- plane
- MotionPlane
Applies to
FingerMotion(Finger, VerticalMotionSegment, VerticalMotionSegment[])
public FingerMotion (Microsoft.Gestures.Finger finger, Microsoft.Gestures.VerticalMotionSegment motionSegment, Microsoft.Gestures.VerticalMotionSegment[] nextMotionSegments);
Parameters
- finger
- Finger
- motionSegment
- VerticalMotionSegment
- nextMotionSegments
- VerticalMotionSegment[]
Applies to
FingerMotion(Finger, HorizontalMotionSegment, HorizontalMotionSegment[])
public FingerMotion (Microsoft.Gestures.Finger finger, Microsoft.Gestures.HorizontalMotionSegment motionSegment, Microsoft.Gestures.HorizontalMotionSegment[] nextMotionSegments);
Parameters
- finger
- Finger
- motionSegment
- HorizontalMotionSegment
- nextMotionSegments
- HorizontalMotionSegment[]
Applies to
FingerMotion(Finger, DepthMotionSegment, DepthMotionSegment[])
public FingerMotion (Microsoft.Gestures.Finger finger, Microsoft.Gestures.DepthMotionSegment motionSegment, Microsoft.Gestures.DepthMotionSegment[] nextMotionSegments);
Parameters
- finger
- Finger
- motionSegment
- DepthMotionSegment
- nextMotionSegments
- DepthMotionSegment[]
Applies to
FingerMotion(IEnumerable<Finger>, IEnumerable<VerticalMotionSegment>)
public FingerMotion (System.Collections.Generic.IEnumerable<Microsoft.Gestures.Finger> fingers, System.Collections.Generic.IEnumerable<Microsoft.Gestures.VerticalMotionSegment> motionSegments);
Parameters
- fingers
- IEnumerable<Finger>
- motionSegments
- IEnumerable<VerticalMotionSegment>
Applies to
FingerMotion(IEnumerable<Finger>, IEnumerable<HorizontalMotionSegment>)
public FingerMotion (System.Collections.Generic.IEnumerable<Microsoft.Gestures.Finger> fingers, System.Collections.Generic.IEnumerable<Microsoft.Gestures.HorizontalMotionSegment> motionSegments);
Parameters
- fingers
- IEnumerable<Finger>
- motionSegments
- IEnumerable<HorizontalMotionSegment>
Applies to
FingerMotion(IEnumerable<Finger>, IEnumerable<DepthMotionSegment>)
public FingerMotion (System.Collections.Generic.IEnumerable<Microsoft.Gestures.Finger> fingers, System.Collections.Generic.IEnumerable<Microsoft.Gestures.DepthMotionSegment> motionSegments);
Parameters
- fingers
- IEnumerable<Finger>
- motionSegments
- IEnumerable<DepthMotionSegment>
Applies to
FingerMotion(IEnumerable<Finger>, MotionScript)
public FingerMotion (System.Collections.Generic.IEnumerable<Microsoft.Gestures.Finger> fingers, Microsoft.Gestures.MotionScript motionScript);
Parameters
- fingers
- IEnumerable<Finger>
- motionScript
- MotionScript
Applies to
FingerMotion(FingersContext, IEnumerable<VerticalMotionSegment>)
public FingerMotion (Microsoft.Gestures.FingersContext fingersContext, System.Collections.Generic.IEnumerable<Microsoft.Gestures.VerticalMotionSegment> motionSegments);
Parameters
- fingersContext
- FingersContext
- motionSegments
- IEnumerable<VerticalMotionSegment>
Applies to
FingerMotion(FingersContext, IEnumerable<HorizontalMotionSegment>)
public FingerMotion (Microsoft.Gestures.FingersContext fingersContext, System.Collections.Generic.IEnumerable<Microsoft.Gestures.HorizontalMotionSegment> motionSegments);
Parameters
- fingersContext
- FingersContext
- motionSegments
- IEnumerable<HorizontalMotionSegment>
Applies to
FingerMotion(FingersContext, IEnumerable<DepthMotionSegment>)
public FingerMotion (Microsoft.Gestures.FingersContext fingersContext, System.Collections.Generic.IEnumerable<Microsoft.Gestures.DepthMotionSegment> motionSegments);
Parameters
- fingersContext
- FingersContext
- motionSegments
- IEnumerable<DepthMotionSegment>
Applies to
FingerMotion(FingersContext, MotionScript)
public FingerMotion (Microsoft.Gestures.FingersContext fingersContext, Microsoft.Gestures.MotionScript motionScript);
Parameters
- fingersContext
- FingersContext
- motionScript
- MotionScript
Applies to
FingerMotion(Finger, IEnumerable<VerticalMotionSegment>)
public FingerMotion (Microsoft.Gestures.Finger finger, System.Collections.Generic.IEnumerable<Microsoft.Gestures.VerticalMotionSegment> motionSegments);
Parameters
- finger
- Finger
- motionSegments
- IEnumerable<VerticalMotionSegment>
Applies to
FingerMotion(Finger, IEnumerable<HorizontalMotionSegment>)
public FingerMotion (Microsoft.Gestures.Finger finger, System.Collections.Generic.IEnumerable<Microsoft.Gestures.HorizontalMotionSegment> motionSegments);
Parameters
- finger
- Finger
- motionSegments
- IEnumerable<HorizontalMotionSegment>
Applies to
FingerMotion(Finger, IEnumerable<DepthMotionSegment>)
public FingerMotion (Microsoft.Gestures.Finger finger, System.Collections.Generic.IEnumerable<Microsoft.Gestures.DepthMotionSegment> motionSegments);
Parameters
- finger
- Finger
- motionSegments
- IEnumerable<DepthMotionSegment>
Applies to
FingerMotion(Finger, MotionScript)
public FingerMotion (Microsoft.Gestures.Finger finger, Microsoft.Gestures.MotionScript motionScript);
Parameters
- finger
- Finger
- motionScript
- MotionScript
Applies to
FingerMotion(IEnumerable<Finger>, String, MotionPlane)
public FingerMotion (System.Collections.Generic.IEnumerable<Microsoft.Gestures.Finger> fingers, string svgPath, Microsoft.Gestures.MotionPlane plane = Microsoft.Gestures.MotionPlane.Vertical);
Parameters
- fingers
- IEnumerable<Finger>
- svgPath
- String
- plane
- MotionPlane