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