[]
        
(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)
Public Shared Function GetCharABCWidths(hdc As IntPtr, firstChar As UInteger, lastChar As UInteger, widths As Win32.ABC()) As Boolean
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)
Public Shared Function GetCharABCWidths(hdc As IntPtr, firstChar As UInteger, lastChar As UInteger) As Integer()
Parameters
Type Name Description
nint hdc
uint firstChar
uint lastChar
Returns
Type Description
int[]