[Mono-osx] MonoMac.dll depends on System.Drawing.dll?
Inspired Mars
inspiredmars at gmail.com
Wed Sep 1 12:44:59 EDT 2010
We've run into a bit of a blocking issue.
Monotouch.dll includes definitions for six primitive structures - Point,
PointF, Size, SizeF, Rectangle and RectangleF.
In contrast, MonoMac.dll currently depends on System.Drawing.dll.
This means that all the other drawing primitives are also brought in -
Graphics, Pen, Brush, etc.
This is problematic because we're drawing via our own classes that are
identically named (to make it easier to port the drawing portion of our
Windows app.)
Is there a plan to remove this dependency and directly include the six
primitive types in MonoMac.dll?
Regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-osx/attachments/20100901/4764a395/attachment-0001.html
More information about the Mono-osx
mailing list