TResult Point Callback Delegate
Callback which is invoked when a possible result point (significant point in the barcode image such as a corner) is found.
type TResultPointCallback = procedure(const point: IResultPoint) of object
Parameters
- point
- Type: ZXing.ResultPoint.IResultPoint