BitMiracle.LibTiff.Classic.Tiff.CurrentRow C# (CSharp) Method

CurrentRow() public method

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
return int
        public int CurrentRow()
        {
            return m_row;
        }
Tiff