Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

2daf5c54 cc53 3a62 be63 a638321a4d8e

haplokuon edited this page May 6, 2023 · 1 revision

Clone Method

netDxf 3.0.0 Library

Clones the actual edge.

Definition

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 

Return Value

Object
A copy of the actual edge.

Implements

ICloneable.Clone()

See Also

Reference

HatchBoundaryPath.Edge Class
netDxf.Entities Namespace

Clone this wiki locally