Class QrResultPosition
Represents the position of the detected QR code in the image.
Inheritance
System.Object
QrResultPosition
Namespace: IronQr
Assembly: IronQr.dll
Syntax
public sealed class QrResultPosition : ValueType
Constructors
QrResultPosition(PointF[])
Initializes a new instance of the QrResultPosition structure.
Declaration
public QrResultPosition(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[] |