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

GetPoint() public method

public GetPoint ( HandCollection handData ) : Point
handData HandCollection
return Point
        public Point GetPoint(HandCollection handData)
        {
            return this.trackingClusterDataSource.TrackingPoint.GetValueOrDefault();
        }