InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32.Gdip Class / GdipPrivateAddMemoryFont Method

In This Topic
    GdipPrivateAddMemoryFont Method (Win32.Gdip)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GdipPrivateAddMemoryFont( _
       ByVal fontCollection As HandleRef, _
       ByVal memory As HandleRef, _
       ByVal length As Integer _
    ) As Integer
    public static int GdipPrivateAddMemoryFont( 
       HandleRef fontCollection,
       HandleRef memory,
       int length
    )

    Parameters

    fontCollection
    memory
    length
    See Also