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=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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
