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