by Amr Elsehemy
15. March 2008 05:11
In my tour in exploring GDI+ I explored the Brush object, now its time for some Pen stuff.
While the Brush classes are used to fill shapes, the Pen class is used to frame shapes. However, Pens are not only used for simple frames. Here in this post I show some advanced uses for the Pen. More...
by Amr Elsehemy
15. February 2008 08:01
One of the core classes in the GDI+ framework built in .Net is the Brush class. There are 5 types of Brushes in .Net that help you to color your objects by lot of variations the five types are as shown in the figure :
More...