VerticalMotionScript Constructors

Definition

Overloads

VerticalMotionScript(IEnumerable<VerticalMotionSegment>)
VerticalMotionScript(VerticalMotionSegment, VerticalMotionSegment[])

VerticalMotionScript(IEnumerable<VerticalMotionSegment>)

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

Parameters

Applies to

VerticalMotionScript(VerticalMotionSegment, VerticalMotionSegment[])

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

Parameters

motionSegment
VerticalMotionSegment
nextMotionSegments
VerticalMotionSegment[]

Applies to