CCT.NUI.Core.Video.DepthImageFactoryBase.DepthImageFactoryBase C# (CSharp) Méthode

DepthImageFactoryBase() public méthode

public DepthImageFactoryBase ( int maxDepth ) : System
maxDepth int
Résultat System
        public DepthImageFactoryBase(int maxDepth)
        {
            this.histogram = new Histogram(maxDepth);
        }