CCT.NUI.TestDataCollector.MarkPalmCenterMode.SelectPoint C# (CSharp) Method

SelectPoint() public method

public SelectPoint ( Core point ) : void
point Core
return void
        public void SelectPoint(Core.Point point)
        {
            if (point.Z > 0)
            {
                this.handData.MarkCenterOfPalm(point);
            }
        }
    }