This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
ac8fe5fd 07ba 82c0 aa92 ea4ad9702e58
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Creates a new entity that is a copy of the current instance.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public abstract Object Clone()
VB
Public MustOverride Function Clone As Object
C++
public:
virtual Object^ Clone() abstract
F#
abstract Clone : unit -> Object
Object
A new entity that is a copy of this instance.
ICloneable.Clone()