ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.IntPtr, _
       ByVal firstChar As System.Integer, _
       ByVal lastChar As System.Integer, _
       ByVal charWidths() As System.Integer _
    ) As System.Boolean
    public static System.bool GetCharWidth32( 
       System.IntPtr hDC,
       System.int firstChar,
       System.int lastChar,
       System.int[] charWidths
    )

    Parameters

    hDC
    firstChar
    lastChar
    charWidths
    See Also