[]
public static extern bool GetCharABCWidths(IntPtr hdc, uint firstChar, uint lastChar, Win32.ABC[] widths)
| Type | Name | Description |
|---|---|---|
| IntPtr | hdc | |
| uint | firstChar | |
| uint | lastChar | |
| ABC[] | widths |
| Type | Description |
|---|---|
| bool |
public static int[] GetCharABCWidths(IntPtr hdc, uint firstChar, uint lastChar)
| Type | Name | Description |
|---|---|---|
| IntPtr | hdc | |
| uint | firstChar | |
| uint | lastChar |
| Type | Description |
|---|---|
| int[] |