[]
public static extern int GetObject(IntPtr hgdiobj, int cbBuffer, IntPtr lpvObject)
| Type | Name | Description |
|---|---|---|
| IntPtr | hgdiobj | |
| int | cbBuffer | |
| IntPtr | lpvObject |
| Type | Description |
|---|---|
| int |
public static extern int GetObject(IntPtr hgdiobj, int cbBuffer, Win32.LOGFONT lpvObject)
| Type | Name | Description |
|---|---|---|
| IntPtr | hgdiobj | |
| int | cbBuffer | |
| Win32.LOGFONT | lpvObject |
| Type | Description |
|---|---|
| int |
public static extern int GetObject(IntPtr hgdiobj, int cbBuffer, ref Win32.LOGFONT_UNMANAGED lplf)
| Type | Name | Description |
|---|---|---|
| IntPtr | hgdiobj | |
| int | cbBuffer | |
| Win32.LOGFONT_UNMANAGED | lplf |
| Type | Description |
|---|---|
| int |