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.