SyntaxFix
Write A Post
Hire A Developer
Questions
you can use this:
new SolidBrush(color)
where color is something like this:
Color.Red
or
Color.FromArgb(36,97,121))
or ...