Пример #1
0
 public void GetViewportSize(out uint width, out uint height)
 {
     width = height = 0;
     BrowserInterop.vtsCameraGetViewportSize(Handle, ref width, ref height);
     Util.CheckInterop();
 }