'Declaration Public Overridable Sub CopyTo( _
ByVal targetObject to copy the state of the current object to.As TextOverlay _
)
public virtual void CopyTo(
TextOverlay target
)
public: virtual void CopyTo(
TextOverlay* target
)
public:
virtual void CopyTo(
TextOverlay^ target
)
Parameters
- target
- Object to copy the state of the current object to.