
changing background color of the text
How to change background color of the text in
C#, when
drawn using Graphics.DrawString() method
as against changing forecolor of the text which can be
changed by changing the brush object in the DrawString
method
thanks