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