예제 #1
0
 public IntPtr GetDCEx(IntPtr hRgnClip, uint flags)
 {
     return(User32APIs.GetDCEx(Hwnd, hRgnClip, flags));
 }