コード例 #1
0
 /// <summary>
 /// Performs 2D rendering. This method gets called directly from RenderLoop or the Scene.
 /// </summary>
 /// <param name="graphics">The graphics object used for drawing.</param>
 internal void Draw2DInternal(Graphics2D graphics)
 {
     this.Draw2D(graphics);
 }