Exemplo n.º 1
0
 public void Apply(ViewportCmd cmd)
 {
     if (IsOpen())
     {
         form.ApplyToBitmap(cmd);
     }
 }