Click or drag to resize

ClippingBoundaryClone Method

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

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.52
Syntax
public Object Clone()

Return Value

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

Implements

ICloneableClone
See Also