CCT.NUI.Core.Shape.ClusterShapeFactory.CreateContour C# (CSharp) Метод

CreateContour() приватный Метод

private CreateContour ( DepthMap map, Cluster cluster ) : Contour
map DepthMap
cluster CCT.NUI.Core.Clustering.Cluster
Результат Contour
        private Contour CreateContour(DepthMap map, Cluster cluster)
        {
            return this.contourFactory.CreateContour(map, cluster.X, cluster.Y);
        }