ImageGear23.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeResult Class : Area Property |
'Declaration Public ReadOnly Property Area As ImGearRectangle
'Usage Dim instance As ImGearBarcodeResult Dim value As ImGearRectangle value = instance.Area
public ImGearRectangle Area {get;}
public: __property ImGearRectangle get_Area();
public: property ImGearRectangle Area { ImGearRectangle get(); }
The rectangular area consists of the ImageGear.Core.ImGearRectangle object which contains the coordinates x, y, width and height that the area surrounding the barcode analyzed.
See the ImGearBarcodeResult Class desription for general information about retrieving results.