InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32 Class / DPtoLP Method

In This Topic
    DPtoLP Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function DPtoLP( _
       ByVal hdc As IntPtr, _
       ByRef lpPoints As Win32.POINTL, _
       ByVal nCount As Integer _
    ) As Boolean
    public static bool DPtoLP( 
       IntPtr hdc,
       ref Win32.POINTL lpPoints,
       int nCount
    )

    Parameters

    hdc
    lpPoints
    nCount
    See Also