The different types of coordinates provided in each mouse event
A programmer may be interested in delta values rather than mouse coordinates. This enumeration describes the different coordinate systems offered.
| Member Name | Description |
|---|---|
| Pixel | All coordinates are absolute, and can be made relative to a form through the RelativeTo property |
| PixelDelta | All coordinates are relative to the last set of coordinates. The programmer works with delta values |
Namespace: Sdgt
Assembly: Sdgt 2.0.0.9 (in Sdgt 2.0.0.9.dll)