Macro: DFWRITEXYLINE

Module location: Winprint_Commands.pkg line 498 (view source)

*** DFWriteXYLine *** 1. Required = Vertical start *** 2. Required = Horizontal start *** 3. Required = Vertical stopp *** 4. Required = Horizontal stopp *** 5. Not Req. = Boarder/line color //RGB_?? *** 6. Not Req. = Weight of line *** 7. Not Req. = Wrap to next page //DFGR_NOWRAP,DFGR_WRAP *** 8. Not Req. = Set current position or not //DFGR_NOPOS, DFGR_SETPOS ***

 #IF (!0=8)
    Send DFWriteXYLine of WinPrintID !2 !1 !4 !3  !5 !6 !7 !8
 #ENDIF
 #IF (!0=7)
    Send DFWriteXYLine of WinPrintID !2 !1 !4 !3  !5 !6 !7 DFGR_NOPOS
 #ENDIF
 #IF (!0=6)
    Send DFWriteXYLine of WinPrintID !2 !1 !4 !3  !5 !6 DFGR_NOWRAP DFGR_NOPOS
 #ENDIF
 #IF (!0=5)
    Send DFWriteXYLine of WinPrintID !2 !1 !4 !3  !5 0 DFGR_NOWRAP DFGR_NOPOS
 #ENDIF
 #IF (!0=4)
    Send DFWriteXYLine of WinPrintID !2 !1 !4 !3  RGB_BLACK 0 DFGR_NOWRAP DFGR_NOPOS
 #ENDIF