Click or drag to resize

ProcessingConfigurationLoadReferenceHologram Method (PhysicalLaserSource, Byte, Int32, Int32)

Loads the reference hologram for the specified source from byte array.

Namespace:  LynceeTec.InterfaceProcessingV2.Configurations
Assembly:  LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public void LoadReferenceHologram(
	PhysicalLaserSource sourceId,
	byte[] hologram,
	int width,
	int height
)

Parameters

sourceId
Type: LynceeTec.ImagingPhysicalLaserSource
The physical source identifier.
hologram
Type: SystemByte
The byte array containing the reference hologram.
width
Type: SystemInt32
The array width.
height
Type: SystemInt32
The array height.
See Also