Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / ToGdiFont Method


In This Topic
    ToGdiFont Method (Font)
    In This Topic
    Gets the corresponding GDI+ font.
    Syntax
    'Declaration
     
    
    Public Function ToGdiFont( _
       ByVal workbook As Workbook, _
       ByVal fontCreater As Func(Of Font,Workbook,Single,IDisposable,IDisposable), _
       Optional ByVal zoom As Single _
    ) As Object
    'Usage
     
    
    Dim instance As Font
    Dim workbook As Workbook
    Dim fontCreater As Func(Of Font,Workbook,Single,IDisposable,IDisposable)
    Dim zoom As Single
    Dim value As Object
     
    value = instance.ToGdiFont(workbook, fontCreater, zoom)

    Parameters

    workbook
    fontCreater
    zoom

    Return Value

    An object represents the GDI+ font.
    See Also