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