Class BarcodeResultPosition
Represents the position of the detected barcode code in the image.
Inheritance
System.Object
BarcodeResultPosition
Namespace: IronBarCode
Assembly: IronBarCode.dll
Syntax
public sealed class BarcodeResultPosition : ValueType
Constructors
BarcodeResultPosition(PointF[])
Initializes a new instance of the BarcodeResultPosition structure.
Declaration
public BarcodeResultPosition(PointF[] points)
Parameters
Type | Name | Description |
---|---|---|
IronSoftware.Drawing.PointF[] | points | An array of points that define the position. |
Fields
Points
An array of points that define the position.
Declaration
public readonly PointF[] Points
Field Value
Type | Description |
---|---|
IronSoftware.Drawing.PointF[] |