[Ikvm-developers] Is there a way to have IKVM not use native System.Drawing for shapes?
Brought to you by:
jfrijters
From: David T. <da...@wi...> - 2018-05-30 21:20:19
|
Hi all; I have a horrible performance problem under .net where NetToolkit.outline() calls C2J.ConvertShape() which then calls GraphicsPath.PathPoints.<calls%20GraphicsPath.PathPoints> Is there some way to have IKVM not use calls GraphicsPath.PathPoints? Some setting that says try to stay in IKVM libraries? Thanks - dave |