Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the interaction happening with a specific user at a specified ___location.
Syntax
public InteractionInfo GetInteractionInfoAtLocation (
int skeletonTrackingId,
InteractionHandType handType,
double x,
double y
)
Parameters
- skeletonTrackingId
Type: Int32
The skeletonTrackingID of the desired user. - handType
Type: InteractionHandType
The type of hand to examine for interaction. - x
Type: Double
The X coordinate of the ___location to examine. - y
Type: Double
The Y coordinate of the ___location to examine.
Return Value
Type: InteractionInfo
The interaction happening at the ___location.
Requirements
Namespace: Microsoft.Kinect.Toolkit.Interaction
Assembly: Microsoft.Kinect.Toolkit.Interaction (in microsoft.kinect.toolkit.interaction.dll)
See Also
Reference
IInteractionClient Interface
IInteractionClient Members
Microsoft.Kinect.Toolkit.Interaction Namespace