Click or drag to resize

Hologram Constructor (IHologram)

Casts a regular hologram into another hologram designed for computation.

Namespace:  LynceeTec.InterfaceProcessingV2.Images
Assembly:  LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public Hologram(
	IHologram hologram
)

Parameters

hologram
Type: LynceeTec.InterfacesIHologram
Remarks
The same memory is used, no copy is performed.
See Also