JointTypeEx Class (KinectEx)

A class that contains values for each "joint" in a Kinect Body. The class can be used statically in much the same way as an enum. However, each value contains useful information about the joint. The class also allows for easy enumeration of joints. Can be used interchangeable with the JointType enum.
System.Object
   KinectEx.JointTypeEx

Namespace: KinectEx
Assembly: KinectEx (KinectEx.dll 0.4.0.0)
  • C#
  • VB
  • C++
  • F#
[JsonConverterAttribute(KinectEx.Json.JointTypeExConverter)]
public class JointTypeEx

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

[<JsonConverterAttribute(KinectEx.Json.JointTypeExConverter)>]
type public JointTypeEx = class end

The JointTypeEx type exposes the following members.

  Platforms Name Description
JointTypeEx  
Top
  Platforms Name Description
AllJoints A list containing all of the joints in the body. 
AnkleLeft Gets the ankle left. 
AnkleRight Gets the ankle right. 
ByJointType A dictionary that maps a Kinect SDK JointType to a JointTypeEx
ByName A dictionary that allows retrieval of a JointTypeEx by name. 
DisplayName A friendlier display name for the joint. 
ElbowLeft Gets the elbow left. 
ElbowRight Gets the elbow right. 
FootLeft Gets the foot left. 
FootRight Gets the foot right. 
HandLeft Gets the hand left. 
HandRight Gets the hand right. 
HandTipLeft Gets the hand tip left. 
HandTipRight Gets the hand tip right. 
Head Gets the head. 
HipLeft Gets the hip left. 
HipRight Gets the hip right. 
JointType The actual JointType value for this joint. 
KneeLeft Gets the knee left. 
KneeRight Gets the knee right. 
Name A short name for the joint (matches the static/enumerated name). 
Neck Gets the neck. 
ShoulderLeft Gets the shoulder left. 
ShoulderRight Gets the shoulder right. 
SpineBase Gets the spine base. 
SpineMid Gets the spine mid. 
SpineShoulder Gets the spine shoulder. 
ThumbLeft Gets the thumb left. 
ThumbRight Gets the thumb right. 
WristLeft Gets the wrist left. 
WristRight Gets the wrist right. 
Top
  Platforms Name Description
Equals Determines whether the specified System.Object, is equal to this instance. (Overrides object.Equals().)
GetHashCode Returns a hash code for this instance. (Overrides object.GetHashCode().)
ToString Returns a System.String that represents this instance. (Overrides object.ToString().)
Top
  Platforms Name Description
Implicit(string) Performs an implicit conversion from System.String to JointTypeEx
Implicit(JointTypeEx) Performs an implicit conversion from JointTypeEx to System.Int32
Implicit(int) Performs an implicit conversion from System.Int32 to JointTypeEx
Implicit(JointTypeEx) Performs an implicit conversion from JointTypeEx to JointType
Implicit(JointType) Performs an implicit conversion from JointType to JointTypeEx
Implicit(JointTypeEx) Performs an implicit conversion from JointTypeEx to JointType
Implicit(JointType) Performs an implicit conversion from JointType to JointTypeEx
Implicit(JointTypeEx) Performs an implicit conversion from JointTypeEx to JointType
Implicit(JointType) Performs an implicit conversion from JointType to JointTypeEx
Top
Supported in:

    
 Windows Desktop - .NET 4.5
    
 Windows Desktop - .NET 4.5 (without Kinect SDK)
    
 Windows 8.1 Store - WinRT
    
 Windows 8.1 Store - WinRT (without Kinect SDK)
    
 Windows Phone 8 - WinRT