Nevron.Interop.Win32 Namespace / NUser32 Class / MapWindowPoints Method / MapWindowPoints(IntPtr,IntPtr,POINT,Int32) Method


In This Topic
    MapWindowPoints(IntPtr,IntPtr,POINT,Int32) Method
    In This Topic
    Syntax
    '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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also