[]
        
(Showing Draft Content)

C1.Util.Win.Win32.GetCharABCWidths

GetCharABCWidths Method

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

Declaration
public static extern bool GetCharABCWidths(nint hdc, uint firstChar, uint lastChar, Win32.ABC[] widths)
Parameters
Type Name Description
nint hdc
uint firstChar
uint lastChar
ABC[] widths
Returns
Type Description
bool

GetCharABCWidths(nint, uint, uint)

Declaration
public static int[] GetCharABCWidths(nint hdc, uint firstChar, uint lastChar)
Parameters
Type Name Description
nint hdc
uint firstChar
uint lastChar
Returns
Type Description
int[]