'Declaration
Public Function New( _ ByVal getFontSize As Func(Of Double), _ ByVal getFontFamily As Func(Of String), _ ByVal getFontAttributes As Func(Of FontAttributes) _ )
'Usage
Dim getFontSize As Func(Of Double) Dim getFontFamily As Func(Of String) Dim getFontAttributes As Func(Of FontAttributes) Dim instance As New C1Font(getFontSize, getFontFamily, getFontAttributes)
public C1Font( Func<double> getFontSize, Func<string> getFontFamily, Func<FontAttributes> getFontAttributes )
Parameters
- getFontSize
- getFontFamily
- getFontAttributes