MPE_Draw_point
--- Draws a point on an X Windows display
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_Make_color_array. By default,
the colors MPE_WHITE, MPE_BLACK, MPE_RED, MPE_YELLOW,
MPE_GREEN, MPE_CYAN, and MPE_BLUE are defined.
Synopsis
#include
#include "mpe.h"
int MPE_Draw_point( handle, x, y, color )
MPE_XGraph handle;
int x, y;
MPE_Color color;
Location: mpe_graphics.c