1

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"?

skaffman
  • 398,947
  • 96
  • 818
  • 769
Kristina
  • 15,859
  • 29
  • 111
  • 181

1 Answers1

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:

How to: Display a Gradient Fill

Andy West
  • 12,302
  • 4
  • 34
  • 52