CPoint Class
Stores the point.
class dynamsoft::core::CPoint
| Attribute | Type |
|---|---|
coordinate |
int[2] |
coordinate
The coordinate defining a point. coordinate[0] represents the X coordinate and coordinate[1] represents the Y coordinate of the point.
Stores the point.
class dynamsoft::core::CPoint
| Attribute | Type |
|---|---|
coordinate |
int[2] |
The coordinate defining a point. coordinate[0] represents the X coordinate and coordinate[1] represents the Y coordinate of the point.