Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / Duplicate Method


In This Topic
    Duplicate Method (Shape)
    In This Topic
    Duplicates the shape and returns a reference to the new copy.
    Syntax
    'Declaration
     
    
    Public Shadows Function Duplicate() As Shape
    'Usage
     
    
    Dim instance As Shape
    Dim value As Shape
     
    value = instance.Duplicate()
    public new Shape Duplicate()

    Return Value

    The new duplicated shape.
    See Also