Brushes are they broken ?

c#

Brush b = SolidBrush(System.Drawing.Color.Black) worked on .Net compact 2003 it don't now, and there are other brush problems.

[132 byte] By [bb_spinoza] at [2008-2-2]
# 1
We are unaware of brushes being broken or acting differently in v2 as opposed to v1. If you have an issue, I'd like to follow up and verify that we haven't changed our behavior unintentionally.

David Wrighton
.NET Compact Framework

DavidWrighton at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...
# 2
I've used code like:

Brush b = new SolidBrush(System.Drawing.Color.Black);

- with no problem.

RobMiles at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...