[Mono-bugs] [Bug 75063][Nor] Changed - Graphics.DrawImage(Image,
PointF[]) throws exception
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Oct 6 14:21:39 EDT 2005
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 jordi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75063
--- shadow/75063 2005-10-06 14:19:57.000000000 -0400
+++ shadow/75063.tmp.4424 2005-10-06 14:21:39.000000000 -0400
@@ -128,6 +128,16 @@
Jordi,
------- Additional Comments From jordi at ximian.com 2005-10-06 14:19 -------
Created an attachment (id=15880)
Sample of the image that you can get with the following code
+
+------- Additional Comments From jordi at ximian.com 2005-10-06 14:21 -------
+The previous image is generated with the following points:
+
+PointF [] punti = new PointF [3];
+punti[0]=new PointF(10f,10f);
+punti[1]=new PointF(70f,0f);
+punti[2]=new PointF(30f,100f);
+
+I hope it ilustrates to see the rotations that this functions can do
More information about the mono-bugs
mailing list