InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / GetCharABCWidths Method / GetCharABCWidths(IntPtr,UInt32,UInt32) Method

In This Topic
    GetCharABCWidths(IntPtr,UInt32,UInt32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetCharABCWidths( _
       ByVal hdc As IntPtr, _
       ByVal firstChar As UInteger, _
       ByVal lastChar As UInteger _
    ) As Integer()
    public static int[] GetCharABCWidths( 
       IntPtr hdc,
       uint firstChar,
       uint lastChar
    )

    Parameters

    hdc
    firstChar
    lastChar
    See Also