'Declaration
Public Shared Function CreateFontIndirect( _ ByVal logFont As NGdi32.LOGFONT _ ) As System.IntPtr
'Usage
Dim logFont As NGdi32.LOGFONT Dim value As System.IntPtr value = NGdi32.CreateFontIndirect(logFont)
public static System.IntPtr CreateFontIndirect( NGdi32.LOGFONT logFont )
Parameters
- logFont