[Mono-bugs] [Bug 435579] New: Control.DrawToBitmap() does not work at all

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Oct 15 05:06:39 EDT 2008


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


           Summary: Control.DrawToBitmap() does not work at all
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: awunwpa7 at yahoo.com.ph
         QAContact: mono-bugs at lists.ximian.com
          Found By: Beta-Customer


After exectuing the following code, there is no data in the bitmap:

 TextBox TestBox = new TextBox();

 Bitmap TestBitmap = new Bitmap(200,200);

 TestBox.DrawToBitmap(TestBitmap, new Rectangle(0, 0, 200, 200));

 // TestBitmap is still empty

Does also not work with ListBox, ComboBox, etc.

Tested with MONO 2.0 final release. I confirmed that the MS framework fills the
bitmap.


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