CCT.NUI.HandTracking.Mouse.CenterOfHandCursorMode.GetPoint C# (CSharp) Method

GetPoint() public method

public GetPoint ( HandCollection handData ) : Point
handData HandCollection
return Point
        public Point GetPoint(HandCollection handData)
        {
            return handData.Hands.First().PalmPoint.Value;
        }
CenterOfHandCursorMode