A C# Sample Code/Article Extending the Capabilities of GDI+ in C# (.NET) - Part I
Last Updated: 29 May 2008
Page Views: 19,825
Rating: 3.88/5
Votes: 8
Popularity: 3.51
Bookmark Count: 27
Licence: The Code Project Open License (CPOL)
The article is about extending the capabilities of GDI+ in C# , When programmers look to develop serious imaging applications, a surprising shortcoming is noticed in GDI+. The shortcoming is the absence of an API which is useful in selecting regions within an image in a user interactive way.
A C# Sample Code/Article Extending the Capabilities of GDI+ in C# (.NET) - Part II
Last Updated: 4 Jul 2008
Page Views: 13,446
Rating: 4.67/5
Votes: 4
Popularity: 2.81
Bookmark Count: 29
Licence: The Code Project Open License (CPOL)
This article is a continuation to my previous article where I present two more methods to do the same
The Dining philosophers
Last Updated: 1 Aug 2006
Page Views: 31,308
Rating: 4.06/5
Votes: 9
Popularity: 3.87
Bookmark Count: 27
A multi-threaded GDI simulation of the famous problem