InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / CreateFontIndirect Method / CreateFontIndirect(LOGFONT) Method

In This Topic
    CreateFontIndirect(LOGFONT) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateFontIndirect( _
       ByVal lplf As Win32.LOGFONT _
    ) As IntPtr
    public static IntPtr CreateFontIndirect( 
       Win32.LOGFONT lplf
    )

    Parameters

    lplf
    See Also