Macro: DFWRITEBMP

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

*** DFWriteBMP *** 1. Required = Filename and path *** 2. Required = Vertical start *** 3. Required = Horizontal start *** 4. Required = Height *** 5. Required = Width *** 6. Not Req. = Set current position or not //DFGR_NOPOS, DFGR_SETPOS

 #IF (!0=6)
    Send DFWriteBMP of WinPrintID !1 !3 !2 !4 !5 !6
 #ENDIF
 #IF (!0=5)
    Send DFWriteBMP of WinPrintID !1 !3 !2 !4 !5 DFGR_NOPOS
 #ENDIF