[Mono-bugs] [Bug 78350][Wis] New - Graphics.TranslateTransform

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue May 9 17:51:44 EDT 2006


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 johnny.roos at jorosoft.se.

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: peter at novonyx.com                            
+ReportedBy: johnny.roos at jorosoft.se               
+QAContact: mono-bugs at ximian.com
+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...


More information about the mono-bugs mailing list