InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 IntPtr, _
       ByRef point As Win32.POINT _
    ) As Boolean
    public static bool GetViewportOrgEx( 
       IntPtr hDC,
       ref Win32.POINT point
    )

    Parameters

    hDC
    point
    See Also