BitMiracle.LibJpeg.BitStream.Tell C# (CSharp) Méthode

Tell() public méthode

public Tell ( ) : int
Résultat int
        public int Tell()
        {
            return (int)m_stream.Position * bitsInByte + m_positionInByte;
        }