Exemplo n.º 1
0
 /// <summary>
 /// This method is called when the sprite is told to draw
 /// itself on the window.
 /// </summary>
 public virtual void Render(
     Drawable dest,
     GC gc)
 {
     sprite.Render(dest, gc);
 }