SDG Toolkit

ScaleModes Enumeration

The different types of coordinates provided in each mouse event

public enum ScaleModes

Remarks

A programmer may be interested in delta values rather than mouse coordinates. This enumeration describes the different coordinate systems offered.

Members

Member Name Description
PixelAll coordinates are absolute, and can be made relative to a form through the RelativeTo property
PixelDeltaAll coordinates are relative to the last set of coordinates. The programmer works with delta values

Requirements

Namespace: Sdgt

Assembly: Sdgt 2.0.0.9 (in Sdgt 2.0.0.9.dll)

See Also

Sdgt Namespace