Click or drag to resize

Cuboid(Cuboid) Constructor

Copy constructor.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public Cuboid(
	Cuboid source
)

Parameters

source  Cuboid
The cuboid the data is copied from.
See Also