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