コード例 #1
0
ファイル: WindowControl.cs プロジェクト: r12f/PSPlus
 public IntPtr GetDCEx(IntPtr hRgnClip, uint flags)
 {
     return(User32APIs.GetDCEx(Hwnd, hRgnClip, flags));
 }