ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Drawing Namespace / Font Class / Font Constructor / Font Constructor(Font,FontStyle)

In This Topic
    Font Constructor(Font,FontStyle)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal prototype As Font, _
       ByVal newStyle As FontStyle _
    )
    public Font( 
       Font prototype,
       FontStyle newStyle
    )

    Parameters

    prototype
    newStyle
    See Also