Barcode Plugin for Xojo

BarcodeDecoderResult.PointX Method

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

PointX(
   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