Click or drag to resize

CuboidClone Method

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

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.40.0
Syntax
C#
public Object Clone()

Return Value

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

Implements

ICloneableClone
See Also