views:

31

answers:

1
+3  A: 

From void Main_Screen_Paint(object sender, PaintEventArgs e) it is clear that your application is Windows.Forms. The RadialGradientBrush however is a WPF component. That's just not compatible.

Personally I think it borders on silly that the WPF namespaces start with System.Windows, but such is life.

Henk Holterman
I was wondering where the WPF tag fit in.
Chris Persichetti
Thank you for you replies, please have a look at my latest question.P.S. the 'WPF' tag was added automatically
HighFever