public SpriteBatchShape(SpriteBatchDrawer spriteBatch, Point start, int width, Color color, bool close = false) : this(spriteBatch, width, color, close) { _started = true; _start = _last = start; }