ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / GdiObject Class / Clone Method

In This Topic
    Clone Method (GdiObject)
    In This Topic
    Creates an exact copy if this GdiObject object.
    Syntax
    'Declaration
     
    
    Public MustOverride Function Clone() As Object
    public abstract object Clone()

    Return Value

    The GdiObject object that this method creates.
    See Also