[Mono-winforms-list] Winform - this.Region property implemented on Linux?

user65 65rnov at gmail.com
Mon Jan 10 06:05:40 EST 2011


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.


More information about the Mono-winforms-list mailing list