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