TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / LPtoDP Method

In This Topic
    LPtoDP Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function LPtoDP( _
       ByVal hdc As IntPtr, _
       ByVal lpPoints() As Win32.POINT, _
       ByVal nCount As Integer _
    ) As Boolean
    public static bool LPtoDP( 
       IntPtr hdc,
       out Win32.POINT[] lpPoints,
       int nCount
    )

    Parameters

    hdc
    lpPoints
    nCount
    See Also