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