Esempio n. 1
0
 Point GetCurrentMousePosition(MouseEventArgs e)
 {
     return(DrawingPanel.PointToScreen(e.Location));
 }