z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


X Window System routines: Drawing lines

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

Table 1 provides the routines for drawing lines.

Table 1. Drawing lines
Routine Description
XDraw() Draws an arbitrary polygon or curve that is defined by the specified list of Vertexes as specified in vlist.
XDrawArc() Draws a single arc in the drawable.
XDrawArcs() Draws multiple arcs in a specified drawable.
XDrawFilled() Draws arbitrary polygons or curves and then fills them.
XDrawLine() Draws a single line between two points in a drawable.
XDrawLines() Draws multiple lines in the specified drawable.
XDrawPoint() Draws a single point in the specified drawable.
XDrawPoints() Draws multiple points in the specified drawable.
XDrawRectangle() Draws an outline of a single rectangle in the drawable.
XDrawRectangles() Draws an outline of multiple rectangles in the drawable.
XDrawSegments() Draws multiple line segments in the specified drawable.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014