[]
public static extern IntPtr CreateFontIndirect(Win32.LOGFONT lplf)
Public Shared Function CreateFontIndirect(lplf As Win32.LOGFONT) As IntPtr
| Type | Name | Description |
|---|---|---|
| Win32.LOGFONT | lplf |
| Type | Description |
|---|---|
| IntPtr |
public static extern IntPtr CreateFontIndirect(ref Win32.LOGFONT_UNMANAGED lplf)
Public Shared Function CreateFontIndirect(ByRef lplf As Win32.LOGFONT_UNMANAGED) As IntPtr
| Type | Name | Description |
|---|---|---|
| Win32.LOGFONT_UNMANAGED | lplf |
| Type | Description |
|---|---|
| IntPtr |