Resource Base
Table of contents

BarcodeLocationResult

Class BarcodeLocationResult. The location of a quadrilateral area which indicates the location of the detected barcode.

namespace DCVXamarin
{
    public class BarcodeLocationResult
    {
        // The angle of a barcode. Values range from 0 to 360.
        public int Angle { get; set; }
        
        // The coordinates of the quadrilateral points.
        public Quadrilateral Location { get; set; }
    }
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +