ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetOutlineTextMetrics Method / GetOutlineTextMetrics(IntPtr,OUTLINETEXTMETRIC) Method

In This Topic
    GetOutlineTextMetrics(IntPtr,OUTLINETEXTMETRIC) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetOutlineTextMetrics( _
       ByVal hdc As System.IntPtr, _
       ByRef OTM As Win32.OUTLINETEXTMETRIC _
    ) As System.Boolean
    public static System.bool GetOutlineTextMetrics( 
       System.IntPtr hdc,
       ref Win32.OUTLINETEXTMETRIC OTM
    )

    Parameters

    hdc
    OTM
    See Also