CCT.NUI.Core.Video.DepthBitmapDataSource.DepthBitmapDataSource C# (CSharp) Method

DepthBitmapDataSource() public method

public DepthBitmapDataSource ( IDepthPointerDataSource depthDataSource ) : System
depthDataSource IDepthPointerDataSource
return System
        public DepthBitmapDataSource(IDepthPointerDataSource depthDataSource)
            : base(depthDataSource, new DepthBitmapFactory(depthDataSource.MaxDepth))
        { }
    }
DepthBitmapDataSource