Calendar for WinForms | ComponentOne
C1.Framework.Drawing.Gdi Namespace / Font Class / Clone Method

In This Topic
    Clone Method (Font)
    In This Topic
    Creates an exact copy of this Font object.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Function Clone() As Object
    public override object Clone()

    Return Value

    The Font object that this method creates.
    See Also