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