We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

i want to retive mouse position for my photo editing software

i am developing photo editing application in windows form application and c sharp languge any body can help me .....

1 Reply

VR Vijayalakshmi Roopkumar Syncfusion Team November 18, 2019 12:57 PM UTC

Hi Akshay,

Thank you for contacting Syncfusion Support.

Query : i want to retive mouse position for my photo editing software

We have checked the reported query that you want to retrieve the mouse position You can achieve it by using any mouse events of Navigation Drawer. For example, we have tried to get the x and y position of NavigationDrawer using Mouse Down event using the below code:

Code:

private void NavigationDrawer1_MouseDown(object sender, MouseEventArgs e)

{

MessageBox.Show("xposition" e.X, "y location" e.Y);

}

Sample: https://www.syncfusion.com/downloads/support/forum/149161/ze/NavigationDrawer_Example933633610

Please try this solution and let us know if it is helpful.

Regards

Vijayalakshmi V.R.



Loader.
Live Chat Icon For mobile
Up arrow icon