Click or drag to resize

PointClone Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates a new Point that is a copy of the current instance.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public override Object Clone()
Request Example View Source

Return Value

Type: Object
A new Point that is a copy of this instance.

Implements

ICloneableClone
See Also