示例#1
0
 public void Draw(SpriteBatch spriteBatch)
 {
     Background.Draw(spriteBatch);
     spriteBatch.Rectangle(progressRectangle, ForeGroundColor);
 }
示例#2
0
 public override void Draw()
 {
     TextureField.Draw();
     PickButton.Draw();
 }