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

6c4dd490 bce6 517e 7535 a818c8f43624

haplokuon edited this page May 6, 2023 · 1 revision

Clone Method

netDxf 3.0.0 Library

Creates a new MLineVertex that is a copy of the current instance.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public Object Clone()

VB

Public Function Clone As Object

C++

public:
Object^ Clone()

F#

member Clone : unit -> Object 

Return Value

Object
A new MLineVertex that is a copy of this instance.

See Also

Reference

MLineVertex Class
netDxf.Entities Namespace

Clone this wiki locally