Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to get mouse position c#

//WARNING: not just limited to your form, but to the whole sceen :)

//Getting the mouse position and storing it as a point
Point f = new Point((Size)MousePosition);
 
PREVIOUS NEXT
Tagged: #mouse #position
ADD COMMENT
Topic
Name
1+6 =