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.
Stores the point.
typedef struct tagDMPoint
{
int coordinate[2];
}DM_Point;
The coordinate defining a point. coordinate[0] represents the X coordinate and coordinate[1] represents the Y coordinate of the point.