Bartosz Kosiorek (@gang65) commented about dlls/gdiplus/graphics.c:
0.0, 0.0, (REAL)width, (REAL)height, UnitPixel);
}
-GpStatus WINGDIPAPI GdipDrawImageFX(GpGraphics *graphics, GpImage *image, GpRectF *src,
I don't know what should be the naming convention. We already have `srcUnit`, but here we have `src_argp`. To be aligned, we should gave `srcArgp`.
What name `src_argp` means?
In function description we have `sourceRect`, which I think is the best name:
https://learn.microsoft.com/en-us/windows/win32/api/gdiplusgraphics/nf-gdipl...)