Is it possible to define a custom brush color?
Custom Brush color
Collapse
This topic is closed.
X
X
-
Jim@gmail.comTags: None -
matt urbanowski
Re: Custom Brush color
Color.FromArgb( r,g,b)
Matt
On 26 Jan, 13:54, J...@gmail.com wrote:Is it possible to define a custom brush color? -
Armin Zingler
Re: Custom Brush color
<Jim@gmail.coms chriebIs it possible to define a custom brush color?
For example:
b = New SolidBrush(Colo r.FromArgb(17, 100, 255))
Armin
Comment
-
Chris Dunaway
Re: Custom Brush color
On Jan 26, 10:34 am, "Armin Zingler" <az.nos...@free net.dewrote:Be sure that if you create a brush using this method, that you later<J...@gmail.com schrieb
>>Is it possible to define a custom brush color?For example:
b = New SolidBrush(Colo r.FromArgb(17, 100, 255))
dispose of it when you are done with it.
Chris
Comment
Comment