AllPinchPose Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- hand
- HandContext
- palmDirection
- PoseDirection