C#
VB
C++
The move threshold.
public int MoveThreshold { get; set; }
Public Property MoveThreshold() As Integer
Get
Set
public:
property int MoveThreshold
{
int get()
void set(int value)
}
The move threshold in pixels. Default value is 2.
MoveThreshold is used to detect the smallest variation when the mouse or pointer moves. If the move distance is less than this threshold, it will ignored.
ImageViewerAutoPanInteractiveMode Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET