MPE_Draw_points
--- Draws points on an X Windows display
Input Parameters
- handle
- MPE graphics handle
- points
- list of points to draw
- npoints
- number of points to draw
Synopsis
#include
#include "mpe.h"
int MPE_Draw_points( handle, points, npoints )
MPE_XGraph handle;
MPE_Point *points;
int npoints;
Location: mpe_graphics.c