CCT.NUI.HandTracking.Mouse.CenterOfHandCursorMode.GetPoint C# (CSharp) Метод

GetPoint() публичный Метод

public GetPoint ( HandCollection handData ) : Point
handData HandCollection
Результат Point
        public Point GetPoint(HandCollection handData)
        {
            return handData.Hands.First().PalmPoint.Value;
        }
CenterOfHandCursorMode