NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
char PointOut ( int  x,
int  y,
unsigned long  options = DRAW_OPT_NORMAL 
)
inline

Draw a point.

This function lets you draw a point on the screen at x, y. Optionally specify drawing options. If this argument is not specified it defaults to DRAW_OPT_NORMAL. Valid display option constants are listed in the Drawing option constants group.

See Also
SysDrawPoint, DrawPointType
Parameters
xThe x value for the point.
yThe y value for the point.
optionsThe optional drawing options.
Returns
The result of the drawing operation.
Examples:
ex_PointOut.nxc, ex_sin_cos.nxc, and ex_sind_cosd.nxc.