Sets the cursor location.
If the specified value differs from the current value of PhysicalLocation then does the following:
If the specified value is equal to the current value of PhysicalLocation then does not change the location properties and only invalidates the cursor.
void SetLocation(
Point value
)Sub SetLocation (
value As Point
)void SetLocation(
Point value
)abstract SetLocation :
value : Point -> unit