User (Legacy) Posted December 4, 2003 Report Share Posted December 4, 2003 Hi, I am having one vertical Constant line on X axis. I want dragging functionality for that line so I can move around that on X axis. Please suggest me how to achive this functionality. Regards, Raghvendra Link to comment Share on other sites More sharing options...
Software FX Posted December 4, 2003 Report Share Posted December 4, 2003 This functionality is not built-in. You could capture the MouseDown event and when the constant is clicked, capture the MouseMove event as well and change its value using the PixelToValue method to convert the mouse coordinates into axis coordinates. -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.