[Mono-osx] MonoMac.dll depends on System.Drawing.dll?

Inspired Mars inspiredmars at gmail.com
Fri Aug 20 18:47:46 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/20100820/85dc91c1/attachment-0001.html 


More information about the Mono-osx mailing list