BitMiracle.LibJpeg.Classic.Internal.jpeg_upsampler.NeedContextRows C# (CSharp) Method

NeedContextRows() public method

public NeedContextRows ( ) : bool
return bool
        public bool NeedContextRows()
        {
            return m_need_context_rows;
        }
    }