[]
public static extern bool GetCharWidth32(IntPtr hDC, int firstChar, int lastChar, int[] charWidths)
Public Shared Function GetCharWidth32(hDC As IntPtr, firstChar As Integer, lastChar As Integer, charWidths As Integer()) As Boolean
| Type | Name | Description |
|---|---|---|
| IntPtr | hDC | |
| int | firstChar | |
| int | lastChar | |
| int[] | charWidths |
| Type | Description |
|---|---|
| bool |