Platform Package reference: Type XPoint

Description of the type definition XPoint available in all Platform Packages for C compatible target systems. This type definition is intended to be used when integrating the Embedded Wizard created GUI application with the underlying graphics subsystem, graphics hardware or other external GUI applications coexisting on the same system.

Declaration

typedef struct

{

  XInt32   X;

  XInt32   Y;

} XPoint;

Elements

X

Specifies the X-coordinate of the point.

Y

Specifies the Y-coordinate of the point.

Discussion

The structure XPoint covers the Chora instant datatype point. XPoint can store the position of a point in a 2D coordinate system.