I am trying to replicate a remote like directional interface in WPF on Windows Phone 7 – basically a “select” circle within another circle which four arrows. How can I define the clickable areas since they are not normal shapes? My only idea is something like an an overlay of squares in a plus arrangement, though a pie shaped wedge in each corner won’t be live
Share
Compose your graphics from Path objects. These are hit-testable only in their drawn/filled parts.