다음을 통해 공유


AllPinchPose 생성자

정의

오버로드

AllPinchPose()
AllPinchPose(String, PoseDirection)
AllPinchPose(String, HandContext, PoseDirection)

AllPinchPose()

public AllPinchPose ();

적용 대상

AllPinchPose(String, PoseDirection)

public AllPinchPose (string name, Microsoft.Gestures.PoseDirection palmDirection = Microsoft.Gestures.PoseDirection.Undefined);

매개 변수

name
String
palmDirection
PoseDirection

적용 대상

AllPinchPose(String, HandContext, PoseDirection)

public AllPinchPose (string name, Microsoft.Gestures.HandContext hand, Microsoft.Gestures.PoseDirection palmDirection = Microsoft.Gestures.PoseDirection.Undefined);

매개 변수

name
String
palmDirection
PoseDirection

적용 대상