Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSShape Class / Clone Method


In This Topic
    Clone Method (PSShape)
    In This Topic
    Creates and returns a copy of the object.
    Syntax
    'Declaration
     
    
    Public Overridable Function Clone() As Object
    'Usage
     
    
    Dim instance As PSShape
    Dim value As Object
     
    value = instance.Clone()
    public virtual object Clone()
    See Also