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


In This Topic
    MapWindowPoints(IntPtr,IntPtr,RECT,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function MapWindowPoints( _
       ByVal hWndFrom As System.IntPtr, _
       ByVal hWndTo As System.IntPtr, _
       ByRef rect As NWin32.RECT, _
       ByVal cPoints As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim hWndFrom As System.IntPtr
    Dim hWndTo As System.IntPtr
    Dim rect As NWin32.RECT
    Dim cPoints As System.Integer
    Dim value As System.Integer
     
    value = NUser32.MapWindowPoints(hWndFrom, hWndTo, rect, cPoints)
    public static System.int MapWindowPoints( 
       System.IntPtr hWndFrom,
       System.IntPtr hWndTo,
       ref NWin32.RECT rect,
       System.int cPoints
    )

    Parameters

    hWndFrom
    hWndTo
    rect
    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