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
Returns
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
Returns