Click or drag to resize

HatchClone Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates a new Hatch 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 Hatch that is a copy of this instance.

Implements

ICloneableClone
Remarks
If the hatch is associative the referenced boundary entities will not be automatically cloned. Use CreateBoundary if required.
See Also