ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.Runtime.InteropServices.HandleRef, _
       ByVal memory As System.Runtime.InteropServices.HandleRef, _
       ByVal length As System.Integer _
    ) As System.Integer
    public static System.int GdipPrivateAddMemoryFont( 
       System.Runtime.InteropServices.HandleRef fontCollection,
       System.Runtime.InteropServices.HandleRef memory,
       System.int length
    )

    Parameters

    fontCollection
    memory
    length
    See Also