Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / CopyTo Method
Target object


In This Topic
    CopyTo Method (MultiSideShape)
    In This Topic
    Copies the properties of this object to the target object.
    Syntax
    'Declaration
     
    
    Public Overrides Sub CopyTo( _
       ByVal target As Object _
    ) 
    'Usage
     
    
    Dim instance As MultiSideShape
    Dim target As Object
     
    instance.CopyTo(target)
    public override void CopyTo( 
       object target
    )

    Parameters

    target
    Target object
    See Also