https://bugzilla.novell.com/show_bug.cgi?id=376855


           Summary: DrawImage messes up translate matrix
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: libgdiplus
        AssignedTo: mono-bugs@lists.ximian.com
        ReportedBy: [EMAIL PROTECTED]
         QAContact: mono-bugs@lists.ximian.com
          Found By: ---


Created an attachment (id=206099)
 --> (https://bugzilla.novell.com/attachment.cgi?id=206099)
Test Case

If I use the following pattern:

Graphics.TranslateTransform ()
Graphics.DrawImage (...)
Graphics.DrawString (...)

The DrawString is not translated.  Something in the DrawImage is messing up my
translate, but if I check Graphics.Transform.OffsetX/Y, they are reporting the
correct value.  If I reverse the calls and draw the string first, then the
image, it works as expected.

Test case attached.


-- 
Configure bugmail: https://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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to