if (height < 0) {
            this.isDrawToTop = true;
            height *= -1;
        }
        else {