Creates a new Ellipse that is a copy of the current instance.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public override Object Clone()
Public Overrides Function Clone As Object
public:
virtual Object^ Clone() override
abstract Clone : unit -> Object
override Clone : unit -> Object
VIRTUAL METHOD Clone() AS Object
Return Value
Type:
ObjectA new Ellipse that is a copy of this instance.
Implements
ICloneableCloneSee Also