Home All Groups Group Topic Archive Search About

GraphicsPath intersections

Author
9 Feb 2006 10:44 PM
PJ6
What's the most effcient way to determine the intersecting point(s) of two
graphics paths?

Paul

Author
10 Feb 2006 12:56 AM
Ken Tucker [MVP]
Hi,

        Create a region from one of the graphics paths.  I think the
region's intersect method will get the points.

http://msdn2.microsoft.com/en-us/library/b1a3xbhd.aspx

Ken
-------------------
Show quoteHide quote
"PJ6" <nob***@nowhere.net> wrote in message
news:%231NMnpcLGHA.2992@tk2msftngp13.phx.gbl...
> What's the most effcient way to determine the intersecting point(s) of two
> graphics paths?
>
> Paul
>
Author
10 Feb 2006 2:00 PM
PJ6
I guess that will work. I'll have to verify that the Data property gives me
what I'm looking for.

Thanks,
Paul

Show quoteHide quote
"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:eYV9HzdLGHA.2828@TK2MSFTNGP12.phx.gbl...
> Hi,
>
>        Create a region from one of the graphics paths.  I think the
> region's intersect method will get the points.
>
> http://msdn2.microsoft.com/en-us/library/b1a3xbhd.aspx
>
> Ken
> -------------------
> "PJ6" <nob***@nowhere.net> wrote in message
> news:%231NMnpcLGHA.2992@tk2msftngp13.phx.gbl...
>> What's the most effcient way to determine the intersecting point(s) of
>> two graphics paths?
>>
>> Paul
>>
>
>