ImageGear .NET - Updated
Point2 Property (ImGearBarcodeResult)




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeResult Class : Point2 Property
Gets the top-right point of the recognized barcode.
Syntax
'Declaration
 
Public ReadOnly Property Point2 As ImGearPoint
'Usage
 
Dim instance As ImGearBarcodeResult
Dim value As ImGearPoint
 
value = instance.Point2
public ImGearPoint Point2 {get;}
public: __property ImGearPoint get_Point2();
public:
property ImGearPoint Point2 {
   ImGearPoint get();
}

Property Value

A ImageGear.Core.ImGearPoint object.
Remarks

See the ImGearBarcodeResult Class description for general information about retrieving results.

Point properties 1 through 4 locate the corner points of linear 1D barcodes. When the barcode is in the horizontal orientation, ImGearBarcode 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 rotate with the barcode. no matter what the rotation is, the Point properties always identify the same corner point of the barcode.

See the Boundary and Point Properties topic for more information.

See Also

Reference

ImGearBarcodeResult Class
ImGearBarcodeResult Members