#include <stdio.h> #include "mpe.h" int MPE_Draw_points( handle, points, npoints ) MPE_XGraph handle; MPE_Point *points; int npoints;
| handle | MPE graphics handle | |
| points | list of points to draw | |
| npoints | number of points to draw | 
Location:mpe_graphics.c