ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / FontMetrics Structure / FontMetrics Constructor / FontMetrics Constructor(Int32,Int32)

In This Topic
    FontMetrics Constructor(Int32,Int32)
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal lineSpacing As Integer, _
       ByVal baseLine As Integer _
    )
    public FontMetrics( 
       int lineSpacing,
       int baseLine
    )

    Parameters

    lineSpacing
    baseLine
    See Also