ReadInteger
tempWidth = ReadInteger(strind, &nextCharacter);
tempHeight = ReadInteger(strind, &nextCharacter);
tempX = -ReadInteger(strind, &nextCharacter);
tempX = ReadInteger(strind, &nextCharacter);
tempY = -ReadInteger(strind, &nextCharacter);
tempY = ReadInteger(strind, &nextCharacter);