* GraphicsPath.cs (ConvertPoints): Removed, we'll do the
authorDuncan Mak <duncan@mono-cvs.ximian.com>
Fri, 14 May 2004 19:29:19 +0000 (19:29 -0000)
committerDuncan Mak <duncan@mono-cvs.ximian.com>
Fri, 14 May 2004 19:29:19 +0000 (19:29 -0000)
commit0a60e8573557f0d24256b3e69d6ff26e903cd034
tree74c95ef11ec5959aaba3e90eb48d15a1b770972c
parente5759e4837745ffb5c89e96f27b47016cdef09db
* GraphicsPath.cs (ConvertPoints): Removed, we'll do the
conversion in C.
(GraphicsPath): Use GdipCreatePath2I instead.
(SetMarker, ClearMarkers):
(Flatten, GetBounds, IsOutlineVisible, IsVisible):
(StartFigure, CloseFigure, CloseFigures):
(Warp, Widen): Implemented. I left the MonoTODO attribute on for
the methods where the equivalent C function has not yet been
implemented.

* GraphicsPathIterator.cs (Count): Implemented.

* gdipFunctions.cs (GdipCreatePath2I, GdipAddPathPieI):
(GdipFlattenPath, GdipWarpPath, GdipWidenPath):
(GdipGetPathWorldBounds, GdipGetPathWorldBoundsI): Imported.

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