Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
DM_Point
Stores the point.
Definition
typedef struct tagDMPoint
{
int coordinate[2];
}DM_Point;
coordinate
The coordinate defining a point. coordinate[0] represents the X coordinate and coordinate[1] represents the Y coordinate of the point.