I am trying to draw/print information to fit a card but am having questions. I want to create a Function that draws a bmp and returns it to the print document object. (In an effort to reduce memory usage)
I am printing to line up with perferated cards. The measurements I have are in inches. So, I have 1.125 inches and things like that. To create a bitmap, or do much else in GDI you need to work with pixels. How can I convert my inch measurements to pixels and work with them?
I am printing to line up with perferated cards. The measurements I have are in inches. So, I have 1.125 inches and things like that. To create a bitmap, or do much else in GDI you need to work with pixels. How can I convert my inch measurements to pixels and work with them?