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.

DBRPoint

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

Typedefs

typedef struct tagDBRPoint  DBRPoint
typedef struct tagDBRPoint*  PDBRPoint

Attributes

Attribute Type
x int
y int

x

The X coordinate of the point.

int tagDBRPoint::x

y

The Y coordinate of the point.

int tagDBRPoint::y

This page is compatible for:

Is this page helpful?

YesYes NoNo