Hi there

I would like to know whether the intended behavior of this.Region on a
Winform form is implemented on linux?

If i run the following code on OpenSuse 11.3 with mono stable 2.8.2 it has
no effect.

Rectangle rect = new Rectangle(0, 0, 200, 200);
this.Region = new Region(rect);
this.Invalidate();
this.Refresh();

Any help / suggestions / alternatives are welcome?

Regards,
user65


-- 
View this message in context: 
http://mono.1490590.n4.nabble.com/Winform-this-Region-property-implemented-on-Linux-tp3206956p3206956.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.
_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to