TResultPointCallback Delegate

Callback which is invoked when a possible result point (significant point in the barcode image such as a corner) is found.

Unit: ZXing.ResultPoint
type TResultPointCallback = procedure(const point: IResultPoint) of object

Parameters

point
Type: ZXing.ResultPoint.IResultPoint

Reference