Example #1
0
 public override void Draw(Painter painter)
 {
     base.Draw(painter);
 }
Example #2
0
 public void Draw(SpriteBatch spriteBatch, Vector2 position, Painter p)
 {
     spriteBatch.Draw(Texture, new Rectangle((int)position.X, (int)position.Y, p.ElementSize, p.ElementSize), Color.White);
 }