[]
public static extern int GetGlyphOutline(IntPtr hdc, char uChar, uint uFormat, ref Win32.GLYPHMETRICS lpgm, int cbBuffer, IntPtr lpvBuffer, IntPtr lpmat2)
Public Shared Function GetGlyphOutline(hdc As IntPtr, uChar As Char, uFormat As UInteger, ByRef lpgm As Win32.GLYPHMETRICS, cbBuffer As Integer, lpvBuffer As IntPtr, lpmat2 As IntPtr) As Integer
| Type | Name | Description |
|---|---|---|
| IntPtr | hdc | |
| char | uChar | |
| uint | uFormat | |
| Win32.GLYPHMETRICS | lpgm | |
| int | cbBuffer | |
| IntPtr | lpvBuffer | |
| IntPtr | lpmat2 |
| Type | Description |
|---|---|
| int |