Bartosz Kosiorek (@gang65) commented about dlls/gdiplus/graphics.c:
GpBitmap* bitmap = (GpBitmap*)image; BOOL do_resampling = FALSE; BOOL use_software = FALSE;
POINT pti[4];
round_half_down_points(pti, ptf, 4);
The destination area is calculated using Round Half Down.