com.aspose.barcoderecognition
Class BarCodeRegion

java.lang.Object
  extended by com.aspose.barcoderecognition.BarCodeRegion

public class BarCodeRegion
extends java.lang.Object

Represents the barcode's region.


Method Summary
 java.awt.Point[] Points()
          Gets the points of the region.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

Points

public java.awt.Point[] Points()
Gets the points of the region.

Returns:
the points of the region.