コード例 #1
0
ファイル: NativeGdi32Api.cs プロジェクト: westybsa/MP.LSharp
 public static extern int SetBrushOrgEx(IntPtr hDC, int x, int y, ref POINTAPI p);
コード例 #2
0
 public static extern bool ScreenToClient(IntPtr hWnd, ref POINTAPI pt);
コード例 #3
0
ファイル: NativeGdi32Api.cs プロジェクト: westybsa/MP.LSharp
 public static extern IntPtr MoveToEx(IntPtr hDC, int x, int y, ref POINTAPI lpPoint);
コード例 #4
0
 public static extern bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDst, ref POINTAPI pptDst, ref SIZE psize, IntPtr hdcSrc, ref POINTAPI pprSrc, int crKey, ref BLENDFUNCTION pblend, int dwFlags);
コード例 #5
0
 public static extern bool ClientToScreen(IntPtr hWnd, ref POINTAPI pt);
コード例 #6
0
ファイル: NativeUser32Api.cs プロジェクト: viticm/pap2
 public static extern bool ScreenToClient(IntPtr hWnd, ref POINTAPI pt);
コード例 #7
0
ファイル: NativeUser32Api.cs プロジェクト: viticm/pap2
 public static extern bool ClientToScreen(IntPtr hWnd, ref POINTAPI pt);
コード例 #8
0
ファイル: NativeUser32Api.cs プロジェクト: viticm/pap2
 public static extern bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDst, ref POINTAPI pptDst, ref SIZE psize, IntPtr hdcSrc, ref POINTAPI pprSrc, int crKey, ref BLENDFUNCTION pblend, int dwFlags);
コード例 #9
0
ファイル: NativeGdi32Api.cs プロジェクト: weimingtom/pap2
 public static extern int SetBrushOrgEx(IntPtr hDC, int x, int y, ref POINTAPI p);
コード例 #10
0
ファイル: NativeGdi32Api.cs プロジェクト: weimingtom/pap2
 public static extern IntPtr MoveToEx(IntPtr hDC, int x, int y, ref POINTAPI lpPoint);