P PJ6 Feb 9, 2006 #1 What's the most effcient way to determine the intersecting point(s) of two graphics paths? Paul
K Ken Tucker [MVP] Feb 10, 2006 #2 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
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
P PJ6 Feb 10, 2006 #3 I guess that will work. I'll have to verify that the Data property gives me what I'm looking for. Thanks, Paul
I guess that will work. I'll have to verify that the Data property gives me what I'm looking for. Thanks, Paul