FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / CopyTo Method
Target object


In This Topic
CopyTo Method (CalloutArrowShape)
In This Topic
Copies the properties of this object in presentation space (drawing space) to the target object.
Syntax
'Declaration
 
Public Overridable Sub CopyTo( _
   ByVal target As Object _
) 
 
'Usage
 
Dim instance As CalloutArrowShape
Dim target As Object
 
instance.CopyTo(target)

Parameters

target
Target object
See Also