>>Are you seeing something else?
Yes, what I am seeing is that if I choose a pen width of 1 pixel, the rectangle is originally drawn on the screen with a line width of 1 pixel, until Print Window is invoked, then it draws to both the page and on-screen with a line width of about 5. It seems like, within LabVIEW at a level for which I do not have source code access, a decision has been made based on a perceived anticipated problem with the printout to increase the line width to ?5?, but this decision (which is probably intended to apply only to the printout) is either mistakenly being applied to the picture control as well or there is a failure to undo the line width variable change after the printout information is sent but before the screen refresh occurs.
I wonder if the fact that my picture control drawing VI's are being called in a seperate thread than the VI in which the picture control is located has something to do with it?