pradish
December 12th, 2005, 07:30 AM
Hi all
my appliation program uses lots of GDI
code, like setting the MappingMode, window and
viewport orgins and Transformations.
Now for smoothing the lines drawn by GDI, i use
the GDI+, by creating a graphics object.
Graphics graphics(_device_context);
By doing this, will it affect the mapping mode and
other attributes of device context which i have set
earlier.
can anyone clarify my doubt.
if yes then how do we set MM_HIMETRIC Mapping mode in
GDI+.
thanks and regards
pradish
my appliation program uses lots of GDI
code, like setting the MappingMode, window and
viewport orgins and Transformations.
Now for smoothing the lines drawn by GDI, i use
the GDI+, by creating a graphics object.
Graphics graphics(_device_context);
By doing this, will it affect the mapping mode and
other attributes of device context which i have set
earlier.
can anyone clarify my doubt.
if yes then how do we set MM_HIMETRIC Mapping mode in
GDI+.
thanks and regards
pradish