0

I got this code:

var intersectionDetail = path1.Data.FillContainsWithDetail(path2.Data);    
if (intersectionDetail != IntersectionDetail.NotCalculated &&
    intersectionDetail != IntersectionDetail.Empty)
{
   //collision
}

.FillContainsWithDetail only works in wpf, are there any way to do this in Windows Phone?

Kara
  • 6,115
  • 16
  • 50
  • 57
AlexanderYW
  • 217
  • 1
  • 7
  • This question might be a good starting point: http://stackoverflow.com/questions/9390101/windows-phone-development-uses-wpf – Jon Senchyna Feb 13 '14 at 13:34
  • Yup i tried it, ".FillContainsWithDetail" is only supported in wpf but not windows phone and thats why im asking what are the alternativ to doing this – AlexanderYW Feb 13 '14 at 14:00
  • What are you using as the Windows Phone equivalent of `System.Windows.Media.Geometry`? – Jon Senchyna Feb 13 '14 at 18:37

0 Answers0