I'm developing a WinForm Printing application for our company.
When the document is printed, I need to take the System.Drawing.Color
property of each Control on the document and create a System.Drawing.Brush
object to draw it.
Is there a way to convert the System.Drawing.Color
value to a System.Drawing.Brush
value?
NOTE: I've tried looking into the System.Windows.Media.SolidColorBrush()
method, but it does not seem to be helpful.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…