View Single Post

  #7 (permalink)  
Old 02-12-2003
AndyYule AndyYule is offline
Junior Member
White Belt
 
Join Date: Jan 2003
Posts: 8
Areas within a user defined polygon

Haven't tried it yet but I need to do something similar - what I've thought is to use the MouseDown to log all the points as the user clicks on the map - translate the screen positions to real coordinates using XYToLocation - this provides your location object that can then be added to your own array. Then use the array of location in the AddPolyLine method... well it seems like a good idea :) If I get it working I'll post something.

Andy
Reply With Quote