InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / GetCharWidth32 Method

In This Topic
    GetCharWidth32 Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetCharWidth32( _
       ByVal hDC As IntPtr, _
       ByVal firstChar As Integer, _
       ByVal lastChar As Integer, _
       ByVal charWidths() As Integer _
    ) As Boolean
    public static bool GetCharWidth32( 
       IntPtr hDC,
       int firstChar,
       int lastChar,
       int[] charWidths
    )

    Parameters

    hDC
    firstChar
    lastChar
    charWidths
    See Also