Re: [3/4] gdiplus: Destination points passed to GdipDrawImagePointsRect should be in device units.
Aug. 7, 2012
11:18 p.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.
4977
Age (days ago)
4977
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov