 | ProcessingConfigurationLoadReferenceHologram(PhysicalLaserSource, Byte, Int32, Int32) Method |
Loads the reference hologram for the specified source from byte array.
Namespace: LynceeTec.InterfaceProcessingV2.ConfigurationsAssembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic void LoadReferenceHologram(
PhysicalLaserSource sourceId,
byte[] hologram,
int width,
int height
)
public:
void LoadReferenceHologram(
PhysicalLaserSource sourceId,
array<unsigned char>^ hologram,
int width,
int height
)
Parameters
- sourceId PhysicalLaserSource
- The physical source identifier.
- hologram Byte
- The byte array containing the reference hologram.
- width Int32
- The array width.
- height Int32
- The array height.
See AlsoReference
[!:LoadReferenceHologram(LynceeTec::Imaging::PhysicalLaserSource,System.String)]