示例#1
0
 public void SetOptions(string json)
 {
     BrowserInterop.vtsCameraSetOptions(Handle, json);
     Util.CheckInterop();
 }