Tim Roberts wrote:
> GDI+ has some nifty features for turning paths into regions, but in the 
> end it gets down to the same HRGN structure you have now, and I don't 
> know if there are GDI+ wrappers for Python or not.  GDI+ is C++ classes, 
> so it isn't a simple ctypes wrap.

Not inside :) GDI+ is pure .h file C++ wrapper over C dll. ctypes 
wrapper exists somewhere. I have small prototype too.

HTH
Niki Spahiev
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to