Spread Windows Forms 12.0 Product Documentation
CopyTo Method (SpreadCameraShape)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace > SpreadCameraShape Class : CopyTo Method
Target object
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

Reference

SpreadCameraShape Class
SpreadCameraShape Members