예제 #1
0
파일: GDI.cs 프로젝트: ventor3000/guppy2
 internal static extern int SetBkMode(IntPtr hdc, BkMode iBkMode);
 private static extern int SetBkMode(IntPtr hdc, BkMode mode);
예제 #3
0
 public static extern int SetBkMode(IntPtr hdc, BkMode iBkMode);
예제 #4
0
파일: GDI.cs 프로젝트: gageas/lutea
 public static extern int SetBkMode(IntPtr hDC, BkMode bkMode);
예제 #5
0
 public static extern int SetBkMode(IntPtr hdc, BkMode iBkMode);
예제 #6
0
 public static extern int SetBkMode(HandleRef hDC, [MarshalAs(UnmanagedType.I4)] BkMode nBkMode);
예제 #7
0
파일: [!]GDI.cs 프로젝트: akinomyoga/afh
 private static extern bool SetBkMode(HDC hdc, BkMode iBkMode);