Repaint() public method

repaints the last frame
public Repaint ( ) : void
return void
Beispiel #1
0
 protected override void Repaint()
 {
     if (_vmr9 == null)
     {
         return;
     }
     _vmr9.Repaint();
 }