Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 747 Bytes

File metadata and controls

42 lines (31 loc) · 747 Bytes
layout title description keywords needAutoGenerateSidebar permalink
default-layout
DBRPoint Struct - Dynamsoft Barcode Reader SDK C & C++ Edition
This page shows the DBRPoint struct of Dynamsoft Barcode Reader SDK C & C++ Edition.
DBRPoint, struct, c, c++
false
/programming/c-cplusplus/struct/DBRPoint.html

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