CCT.NUI.Core.Video.DepthImageDataSource.DepthImageDataSource C# (CSharp) Метод

DepthImageDataSource() публичный Метод

public DepthImageDataSource ( IDepthPointerDataSource depthDataSource ) : System
depthDataSource IDepthPointerDataSource
Результат System
        public DepthImageDataSource(IDepthPointerDataSource depthDataSource)
            : base(depthDataSource, new DepthImageSourceFactory(depthDataSource.MaxDepth))
        { }
    }
DepthImageDataSource