Exemplo n.º 1
0
 private void OnSurfaceUpdated(object sender, SurfaceUpdatedEventArgs e)
 {
     // When the surface is updated, invalidate the 'dirty' region.
     // This will force the form to repaint that region.
     Invalidate(e.DirtyRegion.ToRectangle(), false);
 }
Exemplo n.º 2
0
 private void OnSurfaceUpdated(object sender, SurfaceUpdatedEventArgs e)
 {
     Invalidate(e.DirtyRegion.ToRectangle(), false);
 }
Exemplo n.º 3
0
 private void OnSurfaceUpdated(object sender, SurfaceUpdatedEventArgs e)
 {
     // When the surface is updated, invalidate the 'dirty' region.
     // This will force the form to repaint that region.
     Invalidate(e.DirtyRegion.ToRectangle(), false);
 }
Exemplo n.º 4
0
 void web_Updated(object sender, SurfaceUpdatedEventArgs e)
 {
     UpdateSlide();
 }
Exemplo n.º 5
0
 void web_Updated(object sender, SurfaceUpdatedEventArgs e)
 {
     UpdateSlide();
 }