Serial port and GPS

BmpMapForm.OnMouseMove Method 

Shifts the whole image according to mose movements

[Visual Basic]
Overrides Protected Sub OnMouseMove( _
   ByVal e As MouseEventArgs _
)
[C#]
protected override void OnMouseMove(
   MouseEventArgs e
);

Parameters

e
for mouse button and movement estimation

Remarks

If the left mouse button is pressed, then computes the relocation of the image both in x and y direction (m_scrollx, m_scrolly) as the difference of the current mouse position and the initial mouse position stored in OnMouseDown().

See Also

BmpMapForm Class | serial Namespace | OnMouseUp | OnMouseDown | m_mouseoldx | m_mouseoldy | m_scrolldx | m_scrolldy