Exemple #1
0
 /// <summary>
 /// Draw available graphics on the screen.
 /// </summary>
 private void DrawGraphics()
 {
     _renderEngine.DrawPixelSet(_pixelMap);
 }