ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.IntPtr, _
       ByVal firstChar As System.UInteger, _
       ByVal lastChar As System.UInteger _
    ) As System.Integer()
    public static System.int[] GetCharABCWidths( 
       System.IntPtr hdc,
       System.uint firstChar,
       System.uint lastChar
    )

    Parameters

    hdc
    firstChar
    lastChar
    See Also