Re: [3/4] gdiplus: Destination points passed to GdipDrawImagePointsRect should be in device units.
8 Aug
2012
8 Aug
'12
4:18 a.m.
Dmitry Timoshkov <dmitry(a)baikal.ru> wrote:
+ scale_x = units_scale(srcUnit, graphics->unit, graphics->xres); + scale_y = units_scale(srcUnit, graphics->unit, graphics->yres);
This depends on a not yet sent series which introduces units_scale(), please ignore for now, I'll resend it a bit later. -- Dmitry.
4875
Age (days ago)
4875
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov