Gets/sets the offset coordinates of the windows mouse They are used in pan event

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

Syntax

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

See Also