다음을 통해 공유


VerticalMotionScript 생성자

정의

오버로드

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

VerticalMotionScript(IEnumerable<VerticalMotionSegment>)

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

매개 변수

적용 대상

VerticalMotionScript(VerticalMotionSegment, VerticalMotionSegment[])

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

매개 변수

motionSegment
VerticalMotionSegment
nextMotionSegments
VerticalMotionSegment[]

적용 대상