Documentation
Table of contents

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.

Is this page helpful?

YesYes NoNo

In this article: