Exemplo n.º 1
0
 public virtual void OnGLBackgroundPaint(C2DGraphics gr)
 {
     if (mGLBackgroundImage != null)
     {
         gr.Panel9(mGLBackgroundImage, 0, 0, Width, Height);
         return;
     }
     gr.Rectangle(0, 0, Width, Height, Style.BackColor);
 }