ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetObject Method / GetObject(IntPtr,Int32,LOGFONT) Method

In This Topic
    GetObject(IntPtr,Int32,LOGFONT) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetObject( _
       ByVal hgdiobj As System.IntPtr, _
       ByVal cbBuffer As System.Integer, _
       ByVal lpvObject As Win32.LOGFONT _
    ) As System.Integer
    public static System.int GetObject( 
       System.IntPtr hgdiobj,
       System.int cbBuffer,
       out Win32.LOGFONT lpvObject
    )

    Parameters

    hgdiobj
    cbBuffer
    lpvObject
    See Also