InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32 Class / GetTextMetrics Method / GetTextMetrics(IntPtr,TEXTMETRIC) Method

In This Topic
    GetTextMetrics(IntPtr,TEXTMETRIC) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetTextMetrics( _
       ByVal hdc As IntPtr, _
       ByRef tm As Win32.TEXTMETRIC _
    ) As Boolean
    public static bool GetTextMetrics( 
       IntPtr hdc,
       ref Win32.TEXTMETRIC tm
    )

    Parameters

    hdc
    tm
    See Also