GDDM-GKS V1R1 Programming Guide and Reference
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF | BOOK


Items for output primitives

GDDM-GKS V1R1 Programming Guide and Reference
SC33-0334-00



Polyline


 11  L  N  P


  • N(i) - The number of points in the polyline.
  • P(Np) - The list of points.
    
    

Polymarker


 12  L  N  P


  • N(i) - The number of points.
  • P(Np) - The list of points.
    
    

Text


 13  L  P  N  T


  • P(p) - The starting point of the character string.
  • N(i) - The number of characters in string T.
  • T(Nc) - The string of N characters.
    
    

    
    
Fill area


 14  L  N  P


  • N(i) - The number of points.
  • P(Np) - The list of points.
    
    

Cell array


 15  L  P  Q  R  N  M  CT


  • P(p), Q(p), R(p) - The coordinates of the corner points of the pixel array (P and Q are the images of the points P and Q specified in the function Cell array (GCA), and R is the point associated with the (DX,1) cell).
  • N(i) - The number of columns in the array.
  • M(i) - The number of rows in the array.
  • CT(MNi) - The array of color indexes stored row by row.

Go to the previous page Go to the next page



Copyright IBM Corporation 1990, 2012