rendering

  1. R

    Draw loading cover image during rendering

    Hi, I have simple single borderless fullscreen Form (now with enabled double buffering) application because of Forms applet that I want. The problem is simple, a mentioned applet reqiure full lazy redrawing, so it causes screen flickering. That I make fullscreen cover image for hide loading...
  2. C

    Problem when rendering my game.

    Hello I am making a simple snake game with images using that: private void rendering() { while (true) { if (pbCanvas.InvokeRequired) { //pbCanvas.Refresh()...
Back
Top Bottom