BitMiracle.LibTiff.Classic.Tiff.CurrentRow C# (CSharp) 메소드

CurrentRow() 공개 메소드

Gets the current row that is being read or written.
The current row is updated each time a read or write is done.
public CurrentRow ( ) : int
리턴 int
        public int CurrentRow()
        {
            return m_row;
        }
Tiff