Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 651 Bytes

File metadata and controls

29 lines (21 loc) · 651 Bytes
layout title description keywords needAutoGenerateSidebar noTitleIndex breadcrumbText permalink
default-layout
Point - Dynamsoft Label Recognizer JavaScript Interface
This page shows the Point interface of Dynamsoft Label Recognizer for JavaScript.
Point, javascript, interface
false
true
Point
/programming/javascript/api-reference/interface/point.html

Point

Interface for the points used to represent a quadrilateral or reference region.

Attributes

Attribute Type
x number
y number

x

The X coordinate of the point.

y

The Y coordinate of the point.