CCT.NUI.Core.Shape.ClusterShapeFactory.CreateContour C# (CSharp) Method

CreateContour() private method

private CreateContour ( DepthMap map, Cluster cluster ) : Contour
map DepthMap
cluster CCT.NUI.Core.Clustering.Cluster
return Contour
        private Contour CreateContour(DepthMap map, Cluster cluster)
        {
            return this.contourFactory.CreateContour(map, cluster.X, cluster.Y);
        }