0 | The image is not altered. In this case, if the image is too large, it will be truncated, if it’s too small, it will be aligned to the top left corner of the window area. |
1 | The image is resized to fit completely the window area. The aspect ratio may be altered. This is also the default behavior when Background-Bitmap-Scale is not set. |
2 | The image is resized maintaining the aspect ratio. The resized image may not fit completely the window area. |
working-storage section. ... 77 watermark-jpg pic s9(9) comp-4. 77 window-handle usage handle of window. ... procedure division. ... display standard window background-low screen line 41 screen column 91 size 64.0 lines 55.8 cell width 10 cell height 10 label-offset 20 control font Default-Font background-bitmap-handle watermark-jpg background-bitmap-scale 0 resizable modeless title-bar no wrap title "Screen" handle window-handle . ... |