ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32.Gdip Class / GdipGetFontCollectionFamilyCount Method

In This Topic
    GdipGetFontCollectionFamilyCount Method (Win32.Gdip)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GdipGetFontCollectionFamilyCount( _
       ByVal fontCollection As System.Runtime.InteropServices.HandleRef, _
       ByRef numFound As System.Integer _
    ) As System.Integer
    public static System.int GdipGetFontCollectionFamilyCount( 
       System.Runtime.InteropServices.HandleRef fontCollection,
       out System.int numFound
    )

    Parameters

    fontCollection
    numFound
    See Also