CCT.NUI.HandTracking.Mouse.CenterOfClusterCursorMode.GetPoint C# (CSharp) 메소드

GetPoint() 공개 메소드

public GetPoint ( HandCollection handData ) : Point
handData HandCollection
리턴 Point
        public Point GetPoint(HandCollection handData)
        {
            return handData.Hands.First().Location;
        }
CenterOfClusterCursorMode