Exemplo n.º 1
0
 public bool CreateWindow(IntPtr handle, int width, int height)
 {
     return(native.CreateWindow_Effekseer(handle, width, height));
 }
Exemplo n.º 2
0
 public bool CreateWindow(IntPtr handle, int width, int height, bool isLinearMode)
 {
     return(native.CreateWindow_Effekseer(handle, width, height, isLinearMode));
 }