ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetTextExtentExPointWidths Method

In This Topic
    GetTextExtentExPointWidths Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetTextExtentExPointWidths( _
       ByVal hdc As System.IntPtr, _
       ByVal str As System.String _
    ) As System.Integer()
    public static System.int[] GetTextExtentExPointWidths( 
       System.IntPtr hdc,
       System.string str
    )

    Parameters

    hdc
    str
    See Also