Pegasus Class Library Help
Gets or sets the relative mouse resolution, which affects the pen behavior in Mouse Mode operation.

Namespace:  Pegasus.Library
Assembly:  PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)

Syntax

C#
public uint MouseResolution { get; set; }
Visual Basic (Declaration)
Public Property MouseResolution As UInteger
Visual C++
public:
property unsigned int MouseResolution {
	unsigned int get ();
	void set (unsigned int value);
}

Field Value

The relative mouse resolution.

Remarks

This property is valid only on -Non Tablet Operating systems, like windows XP. On OS like Windows Vista Premium, which has support for Tablet PC, this property in not relevant.

See Also