Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 723 Bytes

File metadata and controls

29 lines (19 loc) · 723 Bytes
layout title description keywords needAutoGenerateSidebar permalink
default-layout
Quadrilateral Class - Dynamsoft Barcode Reader SDK Java Edition API Reference
This page shows the Quadrilateral Class of Dynamsoft Barcode Reader SDK Java Edition API Reference.
Quadrilateral, class, api reference, java
false
/programming/java/api-reference/class/Quadrilateral-v7.6.0.html

Quadrilateral

Stores the quadrilateral.

Attributes

Attribute Type
points Point[]

points

Four vertexes in a clockwise direction of a quadrilateral. Index 0 represents the left-most vertex.

Point[] com.dynamsoft.barcode.Quadrilateral.points