S
Shane Stewart
I've created a user control inheriting a picturebox. I want to set a
non-rectangular area to the current system color.control.
I'm looking for either a "fill" command that will set all contiguous
pixels of the same color to a new color, or possibly a command that
changes all pixels of a color to a new color; the only instance of
color.control in the picture is in the background area.
There is a C# edge detection routine that I found on bobpowell.net
(which is an excellent graphics source)so that I could probably use to
build a fill path, but I figure that there must be an easier way.
Thanks in advance.
non-rectangular area to the current system color.control.
I'm looking for either a "fill" command that will set all contiguous
pixels of the same color to a new color, or possibly a command that
changes all pixels of a color to a new color; the only instance of
color.control in the picture is in the background area.
There is a C# edge detection routine that I found on bobpowell.net
(which is an excellent graphics source)so that I could probably use to
build a fill path, but I figure that there must be an easier way.
Thanks in advance.