* GraphicsPath.cs (AddCurve, AddClosedCurve): Added all overloads.
authorDuncan Mak <duncan@mono-cvs.ximian.com>
Fri, 2 Apr 2004 01:20:34 +0000 (01:20 -0000)
committerDuncan Mak <duncan@mono-cvs.ximian.com>
Fri, 2 Apr 2004 01:20:34 +0000 (01:20 -0000)
commite052b7bdd07dcfd31a29a5f909bd010f4bc5d33d
tree21e21dfb6e75315909dfc9abefcbbdebcf997fda
parent81db054b23d22d48f20f676ad88f091c0fec0f8e
* GraphicsPath.cs (AddCurve, AddClosedCurve): Added all overloads.

* Graphics.cs (DrawCurve): Call the correct GDI+ wrappers.

* gdipFunctions.cs (GdipAddPathCurveI):
(GdipAddPathCurve2, GdipAddPathCurve2I):
(GdipAddPathCurve3, GdipAddPathCurve3I):
(GdipAddPathClosedCurve, GdipAddPathClosedCurveI):
(GdipAddPathClosedCurve2, GdipAddPathClosedCurve2I): Added new
wrappers from GDI+.

svn path=/trunk/mcs/; revision=24936
mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog
mcs/class/System.Drawing/System.Drawing.Drawing2D/GraphicsPath.cs
mcs/class/System.Drawing/System.Drawing/ChangeLog
mcs/class/System.Drawing/System.Drawing/Graphics.cs
mcs/class/System.Drawing/System.Drawing/gdipFunctions.cs