Platform Package reference: Function EwNewPoint()
Description of the function EwNewPoint() available in all Platform Packages for C compatible target systems. This function 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
XPoint EwNewPoint( XInt32 aX, XInt32 aY )
Parameters
aX
The X-coordinate of the point.
aY
The Y-coordinate of the point.
Discussion
The function EwNewPoint() initializes a new XPoint structure with the given aX, aY values and returns the initialized structure.