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

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

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