"It's time to redesign the logo. Let's do some 3D work here". That's what Owen said an hour ago. And after that he drew a 3D C# logo on the board.Hmmm .. I decided to design it in GDI+.
Actually it wasn't hard at all. Just simple drawing polygons with some color effects. I'm still working on it but here is how C# Corner logo looks like at this moment. After that I decided to write a small game based on C# Corner. It's still a secret.
If you don't know how to use GDI+ brushes, pens, strings, or brushes, I recommend read these two tutorials.
As you can see from the following code, I simply did nothing but created different brushes and drew three polygons and that's it. Add following namespace to your project and write the code listed below on your form's paint event.
using