InputPanel for WinForms | ComponentOne
C1.Win.5 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 IntPtr, _
       ByVal str As String _
    ) As Integer()
    public static int[] GetTextExtentExPointWidths( 
       IntPtr hdc,
       string str
    )

    Parameters

    hdc
    str
    See Also