[This is preliminary documentation and is subject to change.]

Gets current position of mouse cursor in screen coordinates

Namespace: Tools.DevicesT
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public Point Location { get; }
Visual Basic
Public ReadOnly Property Location As Point
	Get
Visual C++
public:
property Point Location {
	Point get ();
}
F#
member Location : Point
JScript
function get Location () : Point

See Also