InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32 Class / GetObject Method / GetObject(IntPtr,Int32,LOGFONT_UNMANAGED) Method

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

    Parameters

    hgdiobj
    cbBuffer
    lplf
    See Also