G
Galen Somerville
Drawing a line with WPF using Line class.
The Line.Stroke is a Brush.
I have many colors but they are all using Color and are argb (or just rbg).
How in the h--- do you get a Color into a Brush.???
Even if I had a Brushes color, how do you get it into a Brush.
I'm betting myself that you don't and the color of the Line is set up before
making the Line call via some obtuse method.
The documentation takes you into about 57 different directions but never
answers the question.
Help
Galen
The Line.Stroke is a Brush.
I have many colors but they are all using Color and are argb (or just rbg).
How in the h--- do you get a Color into a Brush.???
Even if I had a Brushes color, how do you get it into a Brush.
I'm betting myself that you don't and the color of the Line is set up before
making the Line call via some obtuse method.
The documentation takes you into about 57 different directions but never
answers the question.
Help
Galen