CCT.NUI.HandTracking.Mouse.CenterOfClusterCursorMode.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().Location;
        }
CenterOfClusterCursorMode