Draw a Rectangle in C# using Mouse
Posted on September 7th, 2009 in C#, Tutorials | 15 Comments »

This tutorial will show you how to draw rectangle in C# using Mouse. You can normally draw a rectangle by putting the values manually. But that doesn’t always work. Sometimes you’ll require the rectangle to be drawn automatically (without putting values manually). This tutorial will show you how to do that. Let’s begin: Read the rest of this entry »