As I recently found out Drawing2D class of NET CF is missing most of it's functionality. Is there a way to expand it with for example "LinearGradientBrush"?
Asked
Active
Viewed 414 times
1 Answers
0
If you're specifically looking for a replacement for LinearGradientBrush
, there is a Win32 function called GradientFill
.
Here's an example showing how to use it:

Andy West
- 12,302
- 4
- 34
- 52
-
Are there any Drawing2D extension classes for NetCf? Don't want to use unmanaged API. – Kristina Feb 02 '10 at 02:09