'Declaration
Public Overloads Shared Function Create( _ Optional ByVal getFontSize As Func(Of Double), _ Optional ByVal getFontFamily As Func(Of String), _ Optional ByVal getIsBold As Func(Of Nullable(Of Boolean)), _ Optional ByVal getIsItalic As Func(Of Nullable(Of Boolean)) _ ) As C1Font
'Usage
Dim getFontSize As Func(Of Double) Dim getFontFamily As Func(Of String) Dim getIsBold As Func(Of Nullable(Of Boolean)) Dim getIsItalic As Func(Of Nullable(Of Boolean)) Dim value As C1Font value = C1Font.Create(getFontSize, getFontFamily, getIsBold, getIsItalic)
public static C1Font Create( Func<double> getFontSize, Func<string> getFontFamily, Func<Nullable<bool>> getIsBold, Func<Nullable<bool>> getIsItalic )
Parameters
- getFontSize
- getFontFamily
- getIsBold
- getIsItalic