skip to main content

Library Routines : WIN$PRINTER : WINPRINT-PRINT-BITMAP

WINPRINT-PRINT-BITMAP
The WINPRINT-PRINT-BITMAP function prints an image.
If you need to print text over the bitmap, do it after this call. If you do it before, the bitmap covers the text.
Syntax:
 CALL "WIN$PRINTER" USING WINPRINT-PRINT-BITMAP 
Parameters:
01  winprint-data.
    03 wprtdata-print-bitmap.
       05 wprtdata-bitmap           pic x(4comp-n.
       05 wprtdata-bitmap-row       pic 9(7)v99 comp-5.
       05 wprtdata-bitmap-col       pic 9(7)v99 comp-5.
       05 wprtdata-bitmap-height    pic 9(7)v99 comp-5.
       05 wprtdata-bitmap-width     pic 9(7)v99 comp-5.
       05 wprtdata-bitmap-flags     unsigned-short.
Return code:
returnCode can be any signed numeric data item and provides additional information:

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left