Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / Clone() Method


In This Topic
    Clone() Method
    In This Topic
    Clone the Shape object and returns a reference to the new cloned instance.
    Syntax
    'Declaration
     
    
    Public Function Clone() As Shape
    'Usage
     
    
    Dim instance As Shape
    Dim value As Shape
     
    value = instance.Clone()
    public Shape Clone()

    Return Value

    The new cloned shape object.
    See Also