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:
Andy West
2010-02-02 02:00:50
Are there any Drawing2D extension classes for NetCf? Don't want to use unmanaged API.
Nick Brooks
2010-02-02 02:09:42
Not that I'm aware of.
Andy West
2010-02-02 02:28:35
A:
Here's a free Drawing 2D library for Window Mobile http://www.guidebee.biz/forum/viewthread.php?tid=157&extra=page%3D1
guidebee
2010-10-06 05:14:34