ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Drawing Namespace / Font Class / Clone Method

In This Topic
    Clone Method (Font)
    In This Topic
    Performs a cloning of this instance.
    Syntax
    'Declaration
     
    Public Function Clone() As Object
    public object Clone()

    Return Value

    Returns the cloned Font instance.
    See Also