Hello,

Currently I'm handling the ExposeEvent -as Miguel de Icaza told me in a
prior answer- but I ignored that there're another way to do the same. I
assume that overriding OnExpose is not available through Monodevelop
interface designer, isn't it? So I should do something like:

drawingarea1.OnExpose += MyOnExposeMethodDelegate

am I right?

Thanks a lot,


El 16/11/10 00:46, Michael Hutchinson escribió:
>
> Override OnExpose or handle the ExposeEvent event and inspect the
> args.Event value. There you will find the invalidated region, and a
> Window drawable.
>   

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to