Click or drag to resize

Sensor2DCalculateObjectsEventDelegate Delegate

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public delegate void CalculateObjectsEventDelegate(
	Sensor2D sender,
	ref bool handled,
	ref Sensor2DResultItem[] result
)

Parameters

sender
Type: NeoAxisSensor2D
handled
Type: SystemBoolean
result
Type: NeoAxisSensor2DResultItem
See Also