MPE_Draw_point(4) NAME MPE_Draw_point - Draws a point on an X Windows display SYNOPSIS #include#include "mpe.h" int MPE_Draw_point( handle, x, y, color ) MPE_XGraph handle; int x, y; MPE_Color color; INPUT PARAMETERS handle - MPE graphics handle x,y - pixel position to draw. Coordinates are upper-left origin (standard X11) color - Color `index` value. See 'MPE_MakeColorArray'. By default, the colors LOCATION mpe_graphics.c Last change: 1/31/1997