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


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

    Parameters

    target
    Target object
    See Also