recursion unravels. (do nothing)
somehow as well.
"ohs" <ohs@discussions.microsoft.com> wrote in message
news:87942771-6735-460C-A91B-E363910F5E7D@microsoft.com...
> Tried that already.
>
> Inspiration ?
>
> It gave me a huge headache !
> Couldn't follow it there's so many variables and constants.
>
> Any more ideas folks ?
>
>
> "SharpCoderMP" wrote:
>
>> take a look at code behind paint.net - guys did great job there, you can
>> find lots of inspiration as the source code is made public available.
>> though i imagine you may get a bit confused when you first time take a
>> look at their code ;)
>>
>> ohs wrote:
>> > The 'Classic Way' ?
>> > What / where is Scribble C# ? Do you mean the MS freehand drawing demo
>> > ?
>> >
>> > Sorry don't think my original post was clear... the key was in the
>> > 'sparkling wand'.
>> >
>> > I didn't want to elaborate incase I steered the response in the wrong
>> > direction.
>> >
>> > What I need is the functionality of a tool that when clicked on an
>> > point on
>> > an image 'lasoos' a Region of similar coloured pixels (possibley with
>> > some
>> > form of edge detection).
>> >
>> > A basic implementation would be to create a Region from a blue circle
>> > (of
>> > unknown location and dimension) on a green background.
>> >
>> > Ultimately I would like to be able to tune the detection parameters to
>> > mask
>> > a photographic object, say a face in a portrait.
>> >
>> > Does that make more sense ?
>> >
>> >
>> > "Bob Powell [MVP]" wrote:
>> >
>> >> The accumulation of the points would be done in the classic way. See
>> >> various
>> >> implementations of Scribble C#.
>> >>
>> >> The "marching ants" lasso can be drawn using a GraphicsPath taken from
>> >> the
>> >> points gathered and using a custom brush that changes the custom dash
>> >> pattern a fwe times a second.
>> >>
>> >> --
>> >> Bob Powell [MVP]
>> >> Visual C#, System.Drawing
>> >>
>> >> Ramuseco Limited .NET consulting
>> >>
http://www.ramuseco.com >> >>
>> >> Find great Windows Forms articles in Windows Forms Tips and Tricks
>> >>
http://www.bobpowell.net/tipstricks.htm >> >>
>> >> Answer those GDI+ questions with the GDI+ FAQ
>> >>
http://www.bobpowell.net/faqmain.htm >> >>
>> >> All new articles provide code in C# and VB.NET.
>> >> Subscribe to the RSS feeds provided and never miss a new article.
>> >>
>> >>
>> >>
>> >> "ohs" <ohs@discussions.microsoft.com> wrote in message
>> >> news:75A525D0-FB3A-4C64-918D-3B45BBEB09D5@microsoft.com...
>> >>> I'm looking for a way to 'Lasoo' a section of an image.
>> >>>
>> >>> Similar to the sparkling wand mask tools in Photoshop and the
>> >>> likes...
>> >>>
>> >>> Hopefully to return a region object.
>> >>>
>> >>> Any pointers ?
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> Any ideas ?
>> >>>
>> >>
>> >>
>>