Delegate IPhotosensorArrayDescription.GainChangedEventHandler
Type of event handler used when gain changes.
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
public delegate void IPhotosensorArrayDescription.GainChangedEventHandler(float oldGain, float newGain)
Parameters
Type | Name | Description |
---|---|---|
float | oldGain | The gain before the change |
float | newGain | The gain after the change |