GetObject(IntPtr,Int32,LOGFONT_UNMANAGED) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Function GetObject( _
ByVal As IntPtr, _
ByVal As Integer, _
ByRef As Win32.LOGFONT_UNMANAGED _
) As Integer
public static int GetObject(
IntPtr ,
int ,
ref Win32.LOGFONT_UNMANAGED
)
Parameters
- hgdiobj
- cbBuffer
- lplf
See Also