Basic Dot Net Question: How can you assign an RGB color to a System.Drawing.Color object? Dot Net Interview QuestionAnswer: Call the static method FromArgb of this class and pass it the RGB values in .NET Previous QuestionNext QuestionWith 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?