MPE_Draw_line(4)  

NAME
     MPE_Draw_line -  Draws a line on an X11 display

SYNOPSIS
     #include 
     #include "mpe.h"
     int MPE_Draw_line( handle, x1, y1, x2, y2, color )
     MPE_XGraph handle;
     int        x1, y1, x2, y2;
     MPE_Color  color;

INPUT PARAMETERS
     handle
          - MPE graphics handle
     x1,y1
          - pixel position of one end of the line to draw.  Coor-
          dinates are upper-left origin (standard X11)
     x2,y2
          - pixel position of the other end of the line 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