Barcode Plugin for Xojo

BarcodeDecoderResult.PointY Method

Use this function to fetch the y location of a point.

PointY(
   index as Integer) as Int32

Parameters

index
index of the point to fetch

Returns

Int32

Remarks

First point is number zero. Do not fetch more points than PointCount -1.

See Also

BarcodeDecoderResult Class