[]
        
(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)
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)
Parameters
Type Name Description
IntPtr hdc
uint firstChar
uint lastChar
Returns
Type Description
int[]