Barcode Xpress for Java v13.9 - Updated
getPoints Method
com.accusoft.barcodexpress Package > Result Class : getPoints Method

Gets point properties 1 through 4 which locate the corner points of linear 1D barcodes.

When the barcode is in the horizontal orientation, BarcodeXpress reads it from left to right, assigning values to the Point 1 through 4 properties. The Point1 property is the upper-left corner point of the barcode. With any rotation of the barcode on the image, the Point value assigned to the corners rotates with the barcode. No matter what the rotation is, the Point properties always identify the same corner point of the barcode.
Syntax
public java.awt.Point[] getPoints()

Return Value

array of Point objects.
See Also

Reference

Result Class
Result Members

Is this page helpful?
Yes No
Thanks for your feedback.