Return to previous page Return to menu Go to next page

  Title  
Function specifications
  Function  
Set of system clipping area
Function Name
SPR_2SysClip
No
17

  format  void SPR_2SysClip (Sint32 drawPrty, XyInt * xy)
 Input  drawPrty: Command drawing priority number
  xy: Lower right coordinates
 Output  None
 Function value  None
 Function  Sets the system clipping area. 

  Title  
Function specifications
  Function  
Set of user clipping area
Function Name
SPR_2UserClip
No
18

  format  void SPR_2UserClip (Sint32 drawPrty, XyInt xy [2])
 Input  drawPrty: Command drawing priority number
  xy [0]: Upper left coordinates
  xy [1]: Lower right coordinates
 Output  None
 Function value  None
 Function  Sets the user clipping area. 

  Title  
Function specifications
  Function  
Line drawing
Function Name
SPR_2Line
No
19

  format  void SPR_2Line (Sint32 drawPrty, Uint16 drowMode, Uint16 color,
  (XyInt xy [2], 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 [2]: 2 lines
 GourTblNo: Glow shading table number
:  NO_GOUR (= 0xffff) = No glow shading table specified
 Output  None
 Function value  None
 Function Draw a line . 


Return to previous page Return to menu Go to next page