Hi ,
I am trying to get the position of the cursor relative to the page
Looks like that the following code doensot get the correct point and i need to do some translation?
private void Diagram_MouseLeftButtonDown(object sender, System.Windows.Input.MouseButtonEventArgs e)
{
var point = e.GetPosition(diagram)
}
Thanks in advance
Tomer