TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32.Gdip Class / GdipGetFontCollectionFamilyCount Method

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

    Parameters

    fontCollection
    numFound
    See Also