[Mono-bugs] [Bug 606412] DrawImage(Image* image, Point destPoints[], Rectangle srcRect, GraphicsUnit srcUnit) not allowing rotating of images
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon May 17 12:03:26 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=606412
http://bugzilla.novell.com/show_bug.cgi?id=606412#c1
--- Comment #1 from tom hindle <tom_hindle at sil.org> 2010-05-17 16:03:26 UTC ---
In gdip
image.c line ~= 840
method GdipDrawImagePointsRect correctly calculates the rotation matrix.
[0 1]
[-1 0]
but then doesn't use it, it just calls GdipDrawImageRectRect, passing neither
points or the calculated matrix.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list