コード例 #1
0
 public SpriteBatchShape(SpriteBatchDrawer spriteBatch, Point start, int width, Color color, bool close = false)
     : this(spriteBatch, width, color, close)
 {
     _started = true;
     _start   = _last = start;
 }