From: Matthew on 19 Apr 2010 12:40 Hi all, I have a GUI application where I have two axes overlaid in the same figure. I'd like for the user to be able to click on a point in the figure and retrieve the CurrentPoint coordinates in both axes coordinates. That is, I'd like the same location on the screen to map to 2 coordinate systems: the axes1 coordinate system and the axes2 coordinate system. Does anyone have an idea of how to get this information? It appears that the CurrentPoint property for each axes is independent. Further, while I can use the figure's own CurrentPoint to get the pixel location on my screen, I'm not sure how to map this location to the axis coordinate system (one of the axes is 3D). Any suggestions would be appreciated. Thanks, Matt
|
Pages: 1 Prev: Tuples give fast performance? Next: to replace intensity values |