J
jcrouse
I have the following string:
e.Graphics.DrawString(Label5.Text, lblP1B1.Font, Brushes.White, -y, 0)
I want to use the property label.forecolor for my text color. How do I get
whats in label.forecolor into the Brushes.Color parameter?
Thank you,
John
e.Graphics.DrawString(Label5.Text, lblP1B1.Font, Brushes.White, -y, 0)
I want to use the property label.forecolor for my text color. How do I get
whats in label.forecolor into the Brushes.Color parameter?
Thank you,
John