示例#1
0
文件: Viewer.cs 项目: saihe/Effekseer
 public bool CreateWindow(IntPtr handle, int width, int height)
 {
     return(native.CreateWindow_Effekseer(handle, width, height));
 }
示例#2
0
 public bool CreateWindow(IntPtr handle, int width, int height, bool isLinearMode)
 {
     return(native.CreateWindow_Effekseer(handle, width, height, isLinearMode));
 }