Custom Brush color

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jim@gmail.com

    #1

    Custom Brush color

    Is it possible to define a custom brush color?
  • matt urbanowski

    #2
    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?

    Comment

    • Armin Zingler

      #3
      Re: Custom Brush color

      <Jim@gmail.coms chrieb
      Is it possible to define a custom brush color?

      For example:

      b = New SolidBrush(Colo r.FromArgb(17, 100, 255))


      Armin

      Comment

      • Chris Dunaway

        #4
        Re: Custom Brush color

        On Jan 26, 10:34 am, "Armin Zingler" <az.nos...@free net.dewrote:
        <J...@gmail.com schrieb
        >
        Is it possible to define a custom brush color?For example:
        >
        b = New SolidBrush(Colo r.FromArgb(17, 100, 255))
        Be sure that if you create a brush using this method, that you later
        dispose of it when you are done with it.

        Chris

        Comment

        Working...