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 409
b510849d 4c54 60a3 9d20 6d3e6d373878
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Creates a new HatchBoundaryPath that is a copy of the current instance.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Object Clone()
VB
Public Function Clone As Object
C++
public:
virtual Object^ Clone() sealed
F#
abstract Clone : unit -> Object
override Clone : unit -> Object
Object
A new HatchBoundaryPath that is a copy of this instance.
ICloneable.Clone()
When cloning a HatchBoundaryPath, if it has entities that defines its contour, they will not be cloned.