Interview Questions

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

.NET Interview Questions and Answers


(Continued from previous question...)

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

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

(Continued on next question...)

Other Interview Questions