Gets/sets the window coordinates of the windows mouse

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public XY WinCoord { get; set; }
Visual Basic (Declaration)
Public Property WinCoord As XY
Visual C++
public:
property XY^ WinCoord {
	XY^ get ();
	void set (XY^ value);
}

See Also