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


In This Topic
    Clone Method (ArcShape)
    In This Topic
    Creates a copy of this shape.
    Syntax
    'Declaration
     
    
    Public Overrides Function Clone() As Object
    'Usage
     
    
    Dim instance As ArcShape
    Dim value As Object
     
    value = instance.Clone()
    public override object Clone()

    Return Value

    A copy of this shape.
    See Also