예제 #1
0
파일: User32.cs 프로젝트: Gaiaxis/SharpGame
 public static extern bool AdjustWindowRectEx([In][Out] ref RawRect lpRect, WindowStyles dwStyle, bool bMenu, WindowExStyles exStyle);
예제 #2
0
파일: User32.cs 프로젝트: Gaiaxis/SharpGame
 public static extern bool GetClientRect(IntPtr hwnd, out RawRect lpRect);
예제 #3
0
파일: User32.cs 프로젝트: Gaiaxis/SharpGame
 public static extern bool AdjustWindowRect([In][Out] ref RawRect lpRect, WindowStyles dwStyle, bool hasMenu);