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

DepthBitmapDataSource() public méthode

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