Basic Dot Net Question:

How can you assign an RGB color to a System.Drawing.Color object?

Dot Net Interview Question
Dot Net Interview Question

Answer:

Call the static method FromArgb of this class and pass it the RGB values in .NET


Previous QuestionNext Question
With these events, why wouldn’t Microsoft combine Invalidate and Paint, so that you wouldn’t have to tell it to repaint, and then to force it to repaint?What class does Icon derive from? Isn’t it just a Bitmap with a wrapper name around it?