http://bugzilla.novell.com/show_bug.cgi?id=500005


           Summary: using DrawString results in an "No non-narrowing
                    (except object)" error
    Classification: Mono
           Product: Mono: Compilers
           Version: 2.4.x
          Platform: i586
        OS/Version: Ubuntu
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Basic
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---


User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.10)
Gecko/2009042316 Firefox/3.0.10

All lines in my project that uses DrawString in the following way

e.Graphics.DrawString("B", New Font("Tahoma", 12, FontStyle.Bold), Brushes.Red,
New Rectangle(intBreit, intStartY - 2, e.ClipRectangle.Right - 10,
e.ClipRectangle.Bottom - 10))

rises the Error VBNC99999: No non-narrowing (except object)

Reproducible: Always

Steps to Reproduce:
1.
2.
3.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to