'Declaration Protected Overrides Sub CopyTo( _
ByVal areaObject to copy the state of the current object to.As InteractionArea _
)
protected override void CopyTo(
InteractionArea area
)
protected: void CopyTo(
InteractionArea* area
); override
protected:
void CopyTo(
InteractionArea^ area
); override
Parameters
- area
- Object to copy the state of the current object to.