NetworkKinectCore.NetworkKinectCore.MapJointToColor C# (CSharp) Method

MapJointToColor() public method

public MapJointToColor ( Joint joint, bool undoTransform ) : System.Windows.Point
joint Joint
undoTransform bool
return System.Windows.Point
        public System.Windows.Point MapJointToColor(Joint joint, bool undoTransform)
        {
            return new System.Windows.Point(-1, -1); //Make sure the position is always off the image so it doesn't render, since we can't do a preview of the network kinect color image anyway
        }