[]
        
(Showing Draft Content)

C1.Util.Win.Win32.GetCharABCWidths

GetCharABCWidths Method

GetCharABCWidths(IntPtr, uint, uint, ABC[])

Declaration
public static extern bool GetCharABCWidths(IntPtr hdc, uint firstChar, uint lastChar, Win32.ABC[] widths)
Public Shared Function GetCharABCWidths(hdc As IntPtr, firstChar As UInteger, lastChar As UInteger, widths As Win32.ABC()) As Boolean
Parameters
Type Name Description
IntPtr hdc
uint firstChar
uint lastChar
ABC[] widths
Returns
Type Description
bool

GetCharABCWidths(IntPtr, uint, uint)

Declaration
public static int[] GetCharABCWidths(IntPtr hdc, uint firstChar, uint lastChar)
Public Shared Function GetCharABCWidths(hdc As IntPtr, firstChar As UInteger, lastChar As UInteger) As Integer()
Parameters
Type Name Description
IntPtr hdc
uint firstChar
uint lastChar
Returns
Type Description
int[]