'Declaration
Public Overloads Shared Function MapWindowPoints( _ ByVal hWndFrom As System.IntPtr, _ ByVal hWndTo As System.IntPtr, _ ByRef pt As NWin32.POINT, _ ByVal cPoints As System.Integer _ ) As System.Integer
'Usage
Dim hWndFrom As System.IntPtr Dim hWndTo As System.IntPtr Dim pt As NWin32.POINT Dim cPoints As System.Integer Dim value As System.Integer value = NUser32.MapWindowPoints(hWndFrom, hWndTo, pt, cPoints)
public static System.int MapWindowPoints( System.IntPtr hWndFrom, System.IntPtr hWndTo, ref NWin32.POINT pt, System.int cPoints )
Parameters
- hWndFrom
- hWndTo
- pt
- cPoints