[Mono-bugs] [Bug 457060] New: The FillRectangle draws differently in mono.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Dec 6 14:42:35 EST 2008


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


           Summary: The FillRectangle draws differently in mono.
           Product: Mono: Class Libraries
           Version: 1.9
          Platform: Other
        OS/Version: Ubuntu
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: libgdiplus
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: borsanza at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


When FillRectangle is used, the X is decreased in 1.

g.FillRectangle(new SolidBrush(Color.Red), 10, 10, 20, 20);

// For good paint in mono I use, but is different than Microsoft .NET
// g.FillRectangle(new SolidBrush(Color.Red), 10 + 1, 10, 20, 20);


-- 
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.


More information about the mono-bugs mailing list