A Armin Zingler Jan 26, 2007 #3 Is it possible to define a custom brush color? Click to expand... For example: b = New SolidBrush(Color.FromArgb(17, 100, 255)) Armin
Is it possible to define a custom brush color? Click to expand... For example: b = New SolidBrush(Color.FromArgb(17, 100, 255)) Armin
C Chris Dunaway Jan 26, 2007 #4 b = New SolidBrush(Color.FromArgb(17, 100, 255)) Click to expand... Be sure that if you create a brush using this method, that you later dispose of it when you are done with it. Chris
b = New SolidBrush(Color.FromArgb(17, 100, 255)) Click to expand... Be sure that if you create a brush using this method, that you later dispose of it when you are done with it. Chris