Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78350 --- shadow/78350 2006-05-09 17:51:44.000000000 -0400 +++ shadow/78350.tmp.9183 2006-05-09 17:51:44.000000000 -0400 @@ -0,0 +1,43 @@ +Bug#: 78350 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: WinXP +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Summary: Graphics.TranslateTransform + +Please fill in this template when reporting a bug, unless you know what +you are doing. +Description of Problem: +When using Graphics.TranslateTransform(m_PanX, m_PanY) in "OnPaint", next +time you enter "OnPaint" Graphics.VisibleClipBounds.X/Y are not reseted = +(0,0) + +Steps to reproduce the problem: +1. Create a UserControl. +2. Call Graphics.TranslateTransform(m_PanX, m_PanY) in "OnPaint". +3. Check values in Graphics.VisibleClipBounds.X/Y next time you +enter "OnPaint" before calling Graphics.TranslateTransform + +Actual Results: +Graphics.VisibleClipBounds.X/Y are not reseted (remains old values from +m_PanX, & m_PanY) + +Expected Results: +Graphics.VisibleClipBounds.X/Y reseted = (0,0) + + +How often does this happen? +Always + +Additional Information: +Check comments in "OnPaint" in JOROView.cs attached... _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
