views:

73

answers:

2

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

A: 

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
Are there any Drawing2D extension classes for NetCf? Don't want to use unmanaged API.
Nick Brooks
Not that I'm aware of.
Andy West
A: 

Here's a free Drawing 2D library for Window Mobile http://www.guidebee.biz/forum/viewthread.php?tid=157&extra=page%3D1

guidebee