ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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 System.IntPtr, _
       ByRef lpPoints As Win32.POINTL, _
       ByVal nCount As System.Integer _
    ) As System.Boolean
    public static System.bool DPtoLP( 
       System.IntPtr hdc,
       ref Win32.POINTL lpPoints,
       System.int nCount
    )

    Parameters

    hdc
    lpPoints
    nCount
    See Also