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

In This Topic
    GdipCloneFontFamily Method (Win32.Gdip)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GdipCloneFontFamily( _
       ByVal fontfamily As HandleRef, _
       ByRef clonefontfamily As IntPtr _
    ) As Integer
    public static int GdipCloneFontFamily( 
       HandleRef fontfamily,
       out IntPtr clonefontfamily
    )

    Parameters

    fontfamily
    clonefontfamily
    See Also