GetMouseMovePointsResolution Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum GetMouseMovePointsResolution
Public Enumeration GetMouseMovePointsResolution
Dim instance As GetMouseMovePointsResolution
public enum class GetMouseMovePointsResolution
type GetMouseMovePointsResolution
No code example is currently available or this language may not be supported.
UseDisplayPoints |
1 |
Retrieves the points using the display resolution.
|
UseHighResolutionPoints |
2 |
Retrieves high resolution points.
Points can range from zero to 65,535 (0xFFFF) in both x- and y-coordinates.
This is the resolution provided by absolute coordinate pointing devices such as drawing tablets.
|