Related questions
How create glossy button in C#?
I want create glossy buttons with GDI+ or Silverlight with C#, any ideas or trickery how to create a glossy button? Somethings like images below:
I am interesting more in GDI+ solutions.
What are the fastest GDI+ rendering settings?
There is quite a lot of post about rendering high quality graphics, like this one
High Quality Image Scaling Library
I need to render about 6k+ object (line and ellipse) in a graphics with GDI+, at a framerate of around 10…
Convert string to Brushes/Brush color name in C#
I have a configuration file where a developer can specify a text color by passing in a string:
<text value="Hello, World" color="Red"/>
Rather than have a gigantic switch statement look for all of the possible colors, …