AllPinchPose Constructors

Definition

Overloads

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

AllPinchPose()

public AllPinchPose ();

Applies to

AllPinchPose(String, PoseDirection)

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

Parameters

name
String
palmDirection
PoseDirection

Applies to

AllPinchPose(String, HandContext, PoseDirection)

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

Parameters

name
String
palmDirection
PoseDirection

Applies to