Example #1
0
 public void render()
 {
     if (webView.IsDirty() && hasFocus)
     {
         RenderBuffer rBuffer = webView.Render();
         rBuffer.CopyToBitmap(src);
         img.Source = src;
     }
 }