示例#1
0
 public void Draw(SpriteBatch spriteBatch)
 {
     spriteBatch.Draw(circleTexture, PointRectangle, TileGrid.GetSolidColor(Color));
 }