public void Init(int width, int height)
 {
     InteropApi.InitApp(8192, 12500);
 }
 public void Init()
 {
     InteropApi.InitApp(8192, 12500);
 }