Click or drag to resize

CuboidCopyFrom Method

Copies all properties from the source.

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

Parameters

source  Cuboid
Source to copy from.

Return Value

Cuboid
This cuboid.
See Also