Esempio n. 1
0
 public void Cleancanvas()
 {
     // clear the render target to a soothing white
     Devicecontext.ClearRenderTargetView(Rendertarget, color4);
 }