示例#1
0
 public Camera(Map map)
 {
     handle = BrowserInterop.vtsCameraCreate(map.Handle);
     Util.CheckInterop();
 }