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