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

786576e8 4491 578c e401 a4ea4c1a2c37

haplokuon edited this page May 6, 2023 · 1 revision

Clone Method

netDxf 3.0.0 Library

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

Definition

Namespace: netDxf
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 

Return Value

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

Implements

ICloneable.Clone()

See Also

Reference

AciColor Class
netDxf Namespace

Clone this wiki locally