GetObject Method
GetObject(IntPtr, int, IntPtr)
Declaration
public static extern int GetObject(IntPtr hgdiobj, int cbBuffer, IntPtr lpvObject)
Public Shared Function GetObject(hgdiobj As IntPtr, cbBuffer As Integer, lpvObject As IntPtr) As Integer
Parameters
Returns
GetObject(IntPtr, int, LOGFONT)
Declaration
public static extern int GetObject(IntPtr hgdiobj, int cbBuffer, Win32.LOGFONT lpvObject)
Public Shared Function GetObject(hgdiobj As IntPtr, cbBuffer As Integer, lpvObject As Win32.LOGFONT) As Integer
Parameters
Returns
GetObject(IntPtr, int, ref LOGFONT_UNMANAGED)
Declaration
public static extern int GetObject(IntPtr hgdiobj, int cbBuffer, ref Win32.LOGFONT_UNMANAGED lplf)
Public Shared Function GetObject(hgdiobj As IntPtr, cbBuffer As Integer, ByRef lplf As Win32.LOGFONT_UNMANAGED) As Integer
Parameters
Returns