BitMiracle.LibJpeg.Classic.Internal.jpeg_upsampler.NeedContextRows C# (CSharp) 메소드

NeedContextRows() 공개 메소드

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