Ejemplo n.º 1
0
 public void DrawSurface(Surface Surface)
 {
     Surface.Render(this);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Draws a surface with the specified offset.
 /// </summary>
 public void DrawSurface(Surface Surface, Point Offset)
 {
     Surface.Render(Offset, this);
 }