FingerMotion Constructors

Definition

Overloads

FingerMotion()
FingerMotion(IEnumerable<Finger>, VerticalMotionSegment, VerticalMotionSegment[])
FingerMotion(IEnumerable<Finger>, HorizontalMotionSegment, HorizontalMotionSegment[])
FingerMotion(IEnumerable<Finger>, DepthMotionSegment, DepthMotionSegment[])
FingerMotion(FingersContext, String, MotionPlane)
FingerMotion(FingersContext, VerticalMotionSegment, VerticalMotionSegment[])
FingerMotion(FingersContext, HorizontalMotionSegment, HorizontalMotionSegment[])
FingerMotion(FingersContext, DepthMotionSegment, DepthMotionSegment[])
FingerMotion(Finger, String, MotionPlane)
FingerMotion(Finger, VerticalMotionSegment, VerticalMotionSegment[])
FingerMotion(Finger, HorizontalMotionSegment, HorizontalMotionSegment[])
FingerMotion(Finger, DepthMotionSegment, DepthMotionSegment[])
FingerMotion(IEnumerable<Finger>, IEnumerable<VerticalMotionSegment>)
FingerMotion(IEnumerable<Finger>, IEnumerable<HorizontalMotionSegment>)
FingerMotion(IEnumerable<Finger>, IEnumerable<DepthMotionSegment>)
FingerMotion(IEnumerable<Finger>, MotionScript)
FingerMotion(FingersContext, IEnumerable<VerticalMotionSegment>)
FingerMotion(FingersContext, IEnumerable<HorizontalMotionSegment>)
FingerMotion(FingersContext, IEnumerable<DepthMotionSegment>)
FingerMotion(FingersContext, MotionScript)
FingerMotion(Finger, IEnumerable<VerticalMotionSegment>)
FingerMotion(Finger, IEnumerable<HorizontalMotionSegment>)
FingerMotion(Finger, IEnumerable<DepthMotionSegment>)
FingerMotion(Finger, MotionScript)
FingerMotion(IEnumerable<Finger>, String, MotionPlane)

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>

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>

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>

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

Applies to

FingerMotion(FingersContext, IEnumerable<HorizontalMotionSegment>)

public FingerMotion (Microsoft.Gestures.FingersContext fingersContext, System.Collections.Generic.IEnumerable<Microsoft.Gestures.HorizontalMotionSegment> motionSegments);

Parameters

fingersContext
FingersContext

Applies to

FingerMotion(FingersContext, IEnumerable<DepthMotionSegment>)

public FingerMotion (Microsoft.Gestures.FingersContext fingersContext, System.Collections.Generic.IEnumerable<Microsoft.Gestures.DepthMotionSegment> motionSegments);

Parameters

fingersContext
FingersContext

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

Applies to

FingerMotion(Finger, IEnumerable<HorizontalMotionSegment>)

public FingerMotion (Microsoft.Gestures.Finger finger, System.Collections.Generic.IEnumerable<Microsoft.Gestures.HorizontalMotionSegment> motionSegments);

Parameters

finger
Finger

Applies to

FingerMotion(Finger, IEnumerable<DepthMotionSegment>)

public FingerMotion (Microsoft.Gestures.Finger finger, System.Collections.Generic.IEnumerable<Microsoft.Gestures.DepthMotionSegment> motionSegments);

Parameters

finger
Finger

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

Applies to