Tonio
March 29th, 1999, 10:11 PM
Good Day!
How do I set my CPen object to have thinner width than that of default
pen width. Is it possible to maintain a hair-like-pen-width regardless
of the mapping mode settings?
I've tried using 0 as width but, the output lines were thicker than
what I need.
I can't switch to a higher resolution mapping mode (that is from MM_LOMETRIC
to MM_HIMETRIC) because GDI functions are limited to a maximum of 32767 and minimum of -32767 x and y values.
How could I get around this problem?
Thanks in advance.
How do I set my CPen object to have thinner width than that of default
pen width. Is it possible to maintain a hair-like-pen-width regardless
of the mapping mode settings?
I've tried using 0 as width but, the output lines were thicker than
what I need.
I can't switch to a higher resolution mapping mode (that is from MM_LOMETRIC
to MM_HIMETRIC) because GDI functions are limited to a maximum of 32767 and minimum of -32767 x and y values.
How could I get around this problem?
Thanks in advance.