ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetViewportOrgEx Method

In This Topic
    GetViewportOrgEx Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetViewportOrgEx( _
       ByVal hDC As System.IntPtr, _
       ByRef point As Win32.POINT _
    ) As System.Boolean
    public static System.bool GetViewportOrgEx( 
       System.IntPtr hDC,
       ref Win32.POINT point
    )

    Parameters

    hDC
    point
    See Also