Exemplo n.º 1
0
 public void ResizeTo(Size size)
 {
     NativeHtmlWindow.ResizeTo(size.Width, size.Height);
 }
Exemplo n.º 2
0
 public void ResizeTo(int width, int height)
 {
     NativeHtmlWindow.ResizeTo(width, height);
 }