Creates a new HatchPattern that is a copy of the current instance.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public virtual Object Clone()
Public Overridable Function Clone As Object
public:
virtual Object^ Clone()
abstract Clone : unit -> Object
override Clone : unit -> Object
VIRTUAL METHOD Clone() AS Object
Return Value
Type:
ObjectA new HatchPattern that is a copy of this instance.
Implements
ICloneableCloneSee Also