[cairo] Glitz questions
Miguel de Icaza
miguel at ximian.com
Mon Jan 2 07:28:56 PST 2006
Hello,
> I’m working on an OS C# Flash player (very limited feature set, only the
> features I need for a certain project), and I’m having some performance
> problems with GDI+ which I’m currently using.
Notice that GDI+ is built on top of Cairo.
You *might* get better performance if you are willing to use the
Mono.Cairo bindings instead of System.Drawing as System.Drawing has to
enforce the GDI+ model which might require extra calls to Cairo.
More information about the cairo
mailing list