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

DepthImageDataSource() public méthode

public DepthImageDataSource ( IDepthPointerDataSource depthDataSource ) : System
depthDataSource IDepthPointerDataSource
Résultat System
        public DepthImageDataSource(IDepthPointerDataSource depthDataSource)
            : base(depthDataSource, new DepthImageSourceFactory(depthDataSource.MaxDepth))
        { }
    }
DepthImageDataSource