CCT.NUI.Core.DepthDataFrameRepository.DepthDataFrameRepository C# (CSharp) Method

DepthDataFrameRepository() public method

public DepthDataFrameRepository ( IntSize frameSize ) : System
frameSize IntSize
return System
        public DepthDataFrameRepository(IntSize frameSize)
        {
            this.frameSize = frameSize;
        }