Return to previous page Return to menu Go to next page

  Title  
Function specifications
  Function  
Polyline drawing
Function Name
SPR_2PolyLine
No
20

  format  void SPR_2PolyLine (Sint32 drawPrty, Uint16 drowMode, Uint16 color,
  (XyInt xy [4], Uint16 gourTblNo)
 Input  drawPrty: Command drawing priority number
:  drowMode: Drawing mode (same as drawing mode word)
 Color  color: Color mode or lookup table number
  xy [4]: ​​4 polylines
 GourTblNo: Glow shading table number
:  NO_GOUR (= 0xffff) = No glow shading table specified
 Output  None
 Function value  None
 Function  Draws a polyline. 

  Title  
Function specifications
  Function  
Draw Polygon
Function Name
SPR_2Polygon
No
21

  format  void SPR_2Polygon (Sint32 drawPrty, Uint16 drowMode, Uint16 color,
  (XyInt xy [4], Uint16 gourTblNo)
 Input  drawPrty: Command drawing priority number
:  drowMode: Drawing mode (same as drawing mode word)
 Color  color: Color mode or lookup table number
  xy [4]: ​​4 polygon points
 GourTblNo: Glow shading table number
:  NO_GOUR (= 0xffff) = No glow shading table specified
 Output  None
 Function value  None
 Function  Draws a polygon. 


Return to previous page Return to menu Go to next page