Table of contents
Swift
Objective-C

This documentation is deprecated. It applies only to legacy version 9.x of Barcode Reader and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

Point

Stores an x- and y-coordinate pair in two-dimensional space.

class com.dynamsoft.dbr.Point;
Attribute Type Descriptions
x int The X coordinate of the point.
y int The y coordinate of the point.

x

The X coordinate of the point.

int x

y

The Y coordinate of the point.

int y

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: